Merge branch 'topic-arcpgu-updates' of https://github.com/foss-for-synopsys-dwc-arc...
authorDave Airlie <airlied@redhat.com>
Mon, 16 May 2016 20:36:08 +0000 (06:36 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 16 May 2016 20:36:08 +0000 (06:36 +1000)
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

1  2 
arch/arc/boot/dts/axs10x_mb.dtsi

                        clocks = <&apbclk>;
                        clock-names = "stmmaceth";
                        max-speed = <100>;
 -                      mdio0 {
 -                              #address-cells = <1>;
 -                              #size-cells = <0>;
 -                              compatible = "snps,dwmac-mdio";
 -                              phy1: ethernet-phy@1 {
 -                                      reg = <1>;
 -                              };
 -                      };
                };
  
                ehci@0x40000 {
                        encoder-slave = <&adv7511>;
                        clocks = <&pguclk>;
                        clock-names = "pxlclk";
+                       memory-region = <&frame_buffer>;
                        port {
                                pgu_output: endpoint {
                                        remote-endpoint = <&adv7511_input>;