From: Joachim Eastwood Date: Thu, 30 Jul 2015 22:24:20 +0000 (+0200) Subject: ARM: dts: lpc18xx: add pl111 lcd controller node X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9cf6267d166a8dc004bbbcdb5b6a371bdd33842b;p=linux-beck.git ARM: dts: lpc18xx: add pl111 lcd controller node NXP LPC185x and LPC435x/70 devices contain a ARM PL111 lcd controller. Signed-off-by: Joachim Eastwood Signed-off-by: Olof Johansson --- diff --git a/arch/arm/boot/dts/lpc18xx.dtsi b/arch/arm/boot/dts/lpc18xx.dtsi index afd9d3b40eb1..619d1732a042 100644 --- a/arch/arm/boot/dts/lpc18xx.dtsi +++ b/arch/arm/boot/dts/lpc18xx.dtsi @@ -97,6 +97,16 @@ status = "disabled"; }; + lcdc: lcd-controller@40008000 { + compatible = "arm,pl111", "arm,primecell"; + reg = <0x40008000 0x1000>; + interrupts = <7>; + interrupt-names = "combined"; + clocks = <&cgu BASE_LCD_CLK>, <&ccu1 CLK_CPU_LCD>; + clock-names = "clcdclk", "apb_pclk"; + status = "disabled"; + }; + mac: ethernet@40010000 { compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac"; reg = <0x40010000 0x2000>;