Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc0c0c30 authored by Robert Jarzmik's avatar Robert Jarzmik
Browse files

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
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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";
		};
	};
};