Skip to content

Commit

Permalink
ARM: dts: sirf: add missed graphics2d iobg in atlas6 dts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiansong Chen authored and Olof Johansson committed Oct 29, 2013
1 parent 0671840 commit 304ec42
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm/boot/dts/atlas6.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,20 @@
};
};

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>;
Expand Down

0 comments on commit 304ec42

Please sign in to comment.