diff options
author | Dave Airlie <airlied@redhat.com> | 2016-05-16 23:36:08 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-05-16 23:36:08 +0300 |
commit | 76e9cab5403809fa1fa6f698d2f7c1b7dd224022 (patch) | |
tree | 67dd3fdb97467ba4c62b1544c0a97aa5a057f06e /arch/arc/boot/dts/axs10x_mb.dtsi | |
parent | cf15fabd6f66e966ae5744f088538f7936df9a4d (diff) | |
parent | cb2ad5e5339c5122166265cea579cc6a356d46de (diff) | |
download | linux-76e9cab5403809fa1fa6f698d2f7c1b7dd224022.tar.xz |
Merge branch 'topic-arcpgu-updates' of https://github.com/foss-for-synopsys-dwc-arc-processors/linux into drm-next
Please pull this mini-series that allows ARC PGU to use
dedicated memory location as framebuffer backing storage.
* 'topic-arcpgu-updates' of https://github.com/foss-for-synopsys-dwc-arc-processors/linux:
ARC: [axs10x] Specify reserved memory for frame buffer
drm/arcpgu: use dedicated memory area for frame buffer
Diffstat (limited to 'arch/arc/boot/dts/axs10x_mb.dtsi')
-rw-r--r-- | arch/arc/boot/dts/axs10x_mb.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/boot/dts/axs10x_mb.dtsi b/arch/arc/boot/dts/axs10x_mb.dtsi index 8fee596888ef..c3ecb5e6b72d 100644 --- a/arch/arc/boot/dts/axs10x_mb.dtsi +++ b/arch/arc/boot/dts/axs10x_mb.dtsi @@ -275,7 +275,7 @@ encoder-slave = <&adv7511>; clocks = <&pguclk>; clock-names = "pxlclk"; - + memory-region = <&frame_buffer>; port { pgu_output: endpoint { remote-endpoint = <&adv7511_input>; |