Skip to content

Commit 1d0d5b9

Browse files
Marek VasutShawn Guo
authored andcommitted
arm64: dts: imx8mp: Fix LCDIF2 node clock order
The 'axi' clock are the bus APB clock, the 'disp_axi' clock are the pixel data AXI clock. The naming is confusing. Fix the clock order. Fixes: 94e6197 ("arm64: dts: imx8mp: Add LCDIF2 & LDB nodes") Signed-off-by: Marek Vasut <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 32f86da commit 1d0d5b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/freescale/imx8mp.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,8 +1131,8 @@
11311131
reg = <0x32e90000 0x238>;
11321132
interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
11331133
clocks = <&clk IMX8MP_CLK_MEDIA_DISP2_PIX_ROOT>,
1134-
<&clk IMX8MP_CLK_MEDIA_AXI_ROOT>,
1135-
<&clk IMX8MP_CLK_MEDIA_APB_ROOT>;
1134+
<&clk IMX8MP_CLK_MEDIA_APB_ROOT>,
1135+
<&clk IMX8MP_CLK_MEDIA_AXI_ROOT>;
11361136
clock-names = "pix", "axi", "disp_axi";
11371137
assigned-clocks = <&clk IMX8MP_CLK_MEDIA_DISP2_PIX>,
11381138
<&clk IMX8MP_VIDEO_PLL1>;

0 commit comments

Comments
 (0)