Add the framebuffer device, or display controller, available on pxa2xx
and pxa3xx platforms.

Signed-off-by: Robert Jarzmik <robert.jarz...@free.fr>
---
 arch/arm/boot/dts/pxa2xx.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/pxa2xx.dtsi b/arch/arm/boot/dts/pxa2xx.dtsi
index 5e5af078b9b5..3ff077ca4400 100644
--- a/arch/arm/boot/dts/pxa2xx.dtsi
+++ b/arch/arm/boot/dts/pxa2xx.dtsi
@@ -140,5 +140,13 @@
                        reg = <0x40900000 0x3c>;
                        interrupts = <30 31>;
                };
+
+               lcd-controller@40500000 {
+                       compatible = "marvell,pxa2xx-lcdc";
+                       reg = <0x44000000 0x10000>;
+                       interrupts = <17>;
+                       clocks = <&clks CLK_LCD>;
+                       status = "disabled";
+               };
        };
 };
-- 
2.1.4

Reply via email to