]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: imxrt1050: set lcdif clocks according to mxsfb driver
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Thu, 13 May 2021 10:19:35 +0000 (12:19 +0200)
committerStefano Babic <sbabic@denx.de>
Wed, 9 Jun 2021 11:01:33 +0000 (13:01 +0200)
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

index eb5e09e971573162ccf7bf2c0b94ac87473a62c3..ec1eb88e45328c91646ab91ee9e5a6796f6e42cb 100644 (file)
                        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";