Skip to content

Commit 65e3230

Browse files
Liu YingShawn Guo
authored andcommitted
arm64: dts: imx8mp: Fix LDB clocks property
The "media_ldb_root_clk" is the gate clock to enable or disable the clock provided by CCM(Clock Control Module) to LDB instead of the "media_ldb" clock which is the parent of the "media_ldb_root_clk" clock as a composite clock. Fix LDB clocks property by referencing the "media_ldb_root_clk" clock instead of the "media_ldb" clock. Fixes: e756784 ("arm64: dts: imx8mp: Reorder clock and reg properties") Fixes: 94e6197 ("arm64: dts: imx8mp: Add LCDIF2 & LDB nodes") Signed-off-by: Liu Ying <victor.liu@nxp.com> Reviewed-by: Marek Vasut <marex@denx.de> Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 418a7fc commit 65e3230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@
18201820
compatible = "fsl,imx8mp-ldb";
18211821
reg = <0x5c 0x4>, <0x128 0x4>;
18221822
reg-names = "ldb", "lvds";
1823-
clocks = <&clk IMX8MP_CLK_MEDIA_LDB>;
1823+
clocks = <&clk IMX8MP_CLK_MEDIA_LDB_ROOT>;
18241824
clock-names = "ldb";
18251825
assigned-clocks = <&clk IMX8MP_CLK_MEDIA_LDB>;
18261826
assigned-clock-parents = <&clk IMX8MP_VIDEO_PLL1_OUT>;

0 commit comments

Comments
 (0)