ARM: dts: pxa3xx: add gcu node

Add a device node for hardware graphic acceleration.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
This commit is contained in:
Daniel Mack 2018-11-05 20:18:27 +01:00 committed by Robert Jarzmik
parent 651022382c
commit 40b217a043
1 changed files with 8 additions and 0 deletions

View File

@ -300,4 +300,12 @@
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";
};
};