Commit 40b217a0 authored by Daniel Mack's avatar Daniel Mack Committed by Robert Jarzmik

ARM: dts: pxa3xx: add gcu node

Add a device node for hardware graphic acceleration.
Signed-off-by: default avatarDaniel Mack <daniel@zonque.org>
Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent 65102238
......@@ -300,4 +300,12 @@ timer@40a00000 {
clocks = <&clks CLK_OSTIMER>;
status = "okay";
};
gcu: display-controller@54000000 {
compatible = "marvell,pxa300-gcu";
reg = <0x54000000 0x1000>;
interrupts = <39>;
clocks = <&clks CLK_PXA300_GCU>;
status = "disabled";
};
};
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