Skip to content

Commit 10947b2

Browse files
Marek VasutShawn Guo
authored andcommitted
arm64: dts: imx8mp: Fix assigned-clocks for second CSI2
The first CSI2 pixel clock are supplied from IMX8MP_CLK_MEDIA_CAM1_PIX_ROOT, the second CSI2 pixel clock are supplied from IMX8MP_CLK_MEDIA_CAM2_PIX_ROOT, both clock are supplied from SYS_PLL2 and configured using assigned-clock DT properties. Each CSI2 DT node configures its IMX8MP_CLK_MEDIA_CAMn_PIX_ROOT clock. This used to be the case until likely a copy-paste error in commit f78835d ("arm64: dts: imx8mp: reparent MEDIA_MIPI_PHY1_REF to CLK_24M") which changed the second CSI2 node to configure IMX8MP_CLK_MEDIA_CAM1_PIX_ROOT using its assigned-clocks property. Fix the second CSI2 assigned-clock property back to the original correct IMX8MP_CLK_MEDIA_CAM2_PIX_ROOT . Fixes: f78835d ("arm64: dts: imx8mp: reparent MEDIA_MIPI_PHY1_REF to CLK_24M") Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 00b4361 commit 10947b2

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
@@ -1672,7 +1672,7 @@
16721672
<&clk IMX8MP_CLK_MEDIA_MIPI_PHY1_REF_ROOT>,
16731673
<&clk IMX8MP_CLK_MEDIA_AXI_ROOT>;
16741674
clock-names = "pclk", "wrap", "phy", "axi";
1675-
assigned-clocks = <&clk IMX8MP_CLK_MEDIA_CAM1_PIX>,
1675+
assigned-clocks = <&clk IMX8MP_CLK_MEDIA_CAM2_PIX>,
16761676
<&clk IMX8MP_CLK_MEDIA_MIPI_PHY1_REF>;
16771677
assigned-clock-parents = <&clk IMX8MP_SYS_PLL2_1000M>,
16781678
<&clk IMX8MP_CLK_24M>;

0 commit comments

Comments
 (0)