ARM: dts: atlas7: add lost G2D node
authorDongli Li <Kasin.Li@csr.com>
Tue, 28 Jul 2015 07:48:22 +0000 (15:48 +0800)
committerBarry Song <Baohua.Song@csr.com>
Wed, 5 Aug 2015 14:44:20 +0000 (22:44 +0800)
this patch adds lost G2D node, and also fixes the range of its
parent node.

Signed-off-by: Dongli Li <Kasin.Li@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
arch/arm/boot/dts/atlas7.dtsi

index 5a98485a2f21c3de4c9eb4d20163dc65261d20a2..9bad559cb86e1dafdfb8488904b2522c8ee8a3fe 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges = <0x13100000 0x13100000 0x20000>,
-                                <0x10e10000 0x10e10000 0x10000>;
+                               <0x10e10000 0x10e10000 0x10000>,
+                               <0x17010000 0x17010000 0x10000>;
 
                        lcd@13100000 {
                                compatible = "sirf,atlas7-lcdc";
                                clocks = <&car 54>;
                                resets = <&car 29>;
                        };
+                       g2d@17010000 {
+                               compatible = "sirf, atlas7-g2d";
+                               reg = <0x17010000 0x10000>;
+                               interrupts = <0 61 0>;
+                               clocks = <&car 104>;
+                       };
 
                };
 
This page took 0.026093 seconds and 5 git commands to generate.