ARM: dts: lpc32xx: fix ARM PrimeCell LCD controller clocks property
authorVladimir Zapolskiy <vz@mleia.com>
Tue, 29 Jan 2019 19:20:40 +0000 (21:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Jan 2020 09:24:13 +0000 (10:24 +0100)
[ Upstream commit 30fc01bae3cda747e7d9c352b1aa51ca113c8a9d ]

The originally added ARM PrimeCell PL111 clocks property misses
the required "clcdclk" clock, which is the same as a clock to enable
the LCD controller on NXP LPC3230 and NXP LPC3250 SoCs.

Fixes: 93898eb775e5 ("arm: dts: lpc32xx: add clock properties to device nodes")
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/lpc32xx.dtsi

index 3adbbaff797156ccc7f10b96319e80f7536da831..2802c9565b6ca7815798614865cf9d86a582927f 100644 (file)
                        compatible = "arm,pl111", "arm,primecell";
                        reg = <0x31040000 0x1000>;
                        interrupts = <14 IRQ_TYPE_LEVEL_HIGH>;
-                       clocks = <&clk LPC32XX_CLK_LCD>;
-                       clock-names = "apb_pclk";
+                       clocks = <&clk LPC32XX_CLK_LCD>, <&clk LPC32XX_CLK_LCD>;
+                       clock-names = "clcdclk", "apb_pclk";
                        status = "disabled";
                };