summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorGiulio Benetti <giulio.benetti@benettiengineering.com>2021-05-13 13:19:35 +0300
committerStefano Babic <sbabic@denx.de>2021-06-09 14:01:33 +0300
commita9a5c33d579c1f754092993dc4917ca7f774af32 (patch)
treea47332317f491028826b6de004ba31a652a77228 /arch
parentf2d91e606b7b903dbe7577954fa8e454a2d6e38c (diff)
downloadu-boot-a9a5c33d579c1f754092993dc4917ca7f774af32.tar.xz
ARM: dts: imxrt1050: set lcdif clocks according to mxsfb driver
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imxrt1050.dtsi5
1 files changed, 3 insertions, 2 deletions
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";