ARM: dts: sirf: add missed graphics2d iobg in atlas6 dts
authorJiansong Chen <jiansong.chen@csr.com>
Thu, 5 Sep 2013 10:33:17 +0000 (18:33 +0800)
committerOlof Johansson <olof@lixom.net>
Tue, 29 Oct 2013 19:40:57 +0000 (12:40 -0700)
there is a bus bridge for graphics 2D module lost in current dts, this patch takes it
back.

Signed-off-by: Jiansong Chen <jiansong.chen@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/atlas6.dtsi

index 22a5fa6..98e7afb 100644 (file)
                        };
                };
 
+               graphics2d-iobg {
+                       compatible = "simple-bus";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       ranges = <0xa0000000 0xa0000000 0x8000000>;
+
+                       ble@a0000000 {
+                               compatible = "sirf,atlas6-ble";
+                               reg = <0xa0000000 0x2000>;
+                               interrupts = <5>;
+                               clocks = <&clks 33>;
+                       };
+               };
+
                dsp-iobg {
                        compatible = "simple-bus";
                        #address-cells = <1>;