summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/atlas7.dtsi
diff options
context:
space:
mode:
authorDongli Li <Kasin.Li@csr.com>2015-07-28 15:48:22 +0800
committerBarry Song <Baohua.Song@csr.com>2015-08-05 22:44:20 +0800
commitd9615f8bf5d93afcd6cce35c81d06030a82e93ef (patch)
tree953927d6f9769ace4c70a2893083832ba4f117bc /arch/arm/boot/dts/atlas7.dtsi
parentf3a19caa52ec8a5d27583a094f957d71e66b9afe (diff)
ARM: dts: atlas7: add lost G2D node
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>
Diffstat (limited to 'arch/arm/boot/dts/atlas7.dtsi')
-rw-r--r--arch/arm/boot/dts/atlas7.dtsi9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/atlas7.dtsi b/arch/arm/boot/dts/atlas7.dtsi
index 5a98485a2f21..9bad559cb86e 100644
--- a/arch/arm/boot/dts/atlas7.dtsi
+++ b/arch/arm/boot/dts/atlas7.dtsi
@@ -1865,7 +1865,8 @@
#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";
@@ -1887,6 +1888,12 @@
clocks = <&car 54>;
resets = <&car 29>;
};
+ g2d@17010000 {
+ compatible = "sirf, atlas7-g2d";
+ reg = <0x17010000 0x10000>;
+ interrupts = <0 61 0>;
+ clocks = <&car 104>;
+ };
};