Commit bc0c0c30 authored by Robert Jarzmik's avatar Robert Jarzmik

ARM: dts: pxa: add pxa framebuffer device

Add the framebuffer device, or display controller, available on pxa2xx
and pxa3xx platforms.
Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent f55532a0
......@@ -140,5 +140,13 @@ rtc@40900000 {
reg = <0x40900000 0x3c>;
interrupts = <30 31>;
};
lcd-controller@40500000 {
compatible = "marvell,pxa2xx-lcdc";
reg = <0x44000000 0x10000>;
interrupts = <17>;
clocks = <&clks CLK_LCD>;
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