diff mbox series

[v3,21/22] ARM: dts: imxrt1050: set lcdif clocks according to mxsfb driver

Message ID 20210513101936.11318-4-giulio.benetti@benettiengineering.com
State Accepted
Commit a9a5c33d579c1f754092993dc4917ca7f774af32
Delegated to: Stefano Babic
Headers show
Series [v3,01/22] arm: imxrt: soc: make mpu regions generic | expand

Commit Message

Giulio Benetti May 13, 2021, 10:19 a.m. UTC
Lcdif needs both "pix" and "axi" clocks to be enabled so let's add them to
lcdif node.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 arch/arm/dts/imxrt1050.dtsi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Stefano Babic June 9, 2021, 1:43 p.m. UTC | #1
> Lcdif needs both "pix" and "axi" clocks to be enabled so let's add them to
> lcdif node.
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/arch/arm/dts/imxrt1050.dtsi b/arch/arm/dts/imxrt1050.dtsi
index eb5e09e971..ec1eb88e45 100644
--- a/arch/arm/dts/imxrt1050.dtsi
+++ b/arch/arm/dts/imxrt1050.dtsi
@@ -150,8 +150,9 @@ 
 			compatible = "fsl,imxrt-lcdif";
 			reg = <0x402b8000 0x4000>;
 			interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
-			clocks = <&clks IMXRT1050_CLK_LCDIF>;
-			clock-names = "per";
+			clocks = <&clks IMXRT1050_CLK_LCDIF_PIX>,
+				 <&clks IMXRT1050_CLK_LCDIF_APB>;
+			clock-names = "pix", "axi";
 			assigned-clocks = <&clks IMXRT1050_CLK_LCDIF_SEL>;
 			assigned-clock-parents = <&clks IMXRT1050_CLK_PLL5_VIDEO>;
 			status = "disabled";