Commit d9615f8b authored by Dongli Li's avatar Dongli Li Committed by Barry Song

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: default avatarDongli Li <Kasin.Li@csr.com>
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
parent f3a19caa
......@@ -1865,7 +1865,8 @@ disp-iobg {
#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 @@ lvds@10e10000 {
clocks = <&car 54>;
resets = <&car 29>;
};
g2d@17010000 {
compatible = "sirf, atlas7-g2d";
reg = <0x17010000 0x10000>;
interrupts = <0 61 0>;
clocks = <&car 104>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment