Skip to content

Commit 926c733

Browse files
Marek VasutShawn Guo
authored andcommitted
arm64: dts: imx8mn: Drop CSI1 PHY reference clock configuration
The CSI1 PHY reference clock are limited to 125 MHz according to: i.MX 8M Nano Applications Processor Reference Manual, Rev. 2, 07/2022 Table 5-1. Clock Root Table (continued) / page 319 Slice Index n = 123 . Currently those IMX8MN_CLK_CSI1_PHY_REF clock are configured to be fed directly from 1 GHz PLL2 , which overclocks them . Instead, drop the configuration altogether, which defaults the clock to 24 MHz REF clock input, which for the PHY reference clock is just fine. Fixes: ae9279f ("arm64: dts: imx8mn: Add CSI and ISI Nodes") Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Marco Felsch <m.felsch@pengutronix.de> Reviewed-by: Adam Ford <aford173@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent be18293 commit 926c733

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,10 +1175,8 @@
11751175
compatible = "fsl,imx8mm-mipi-csi2";
11761176
reg = <0x32e30000 0x1000>;
11771177
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
1178-
assigned-clocks = <&clk IMX8MN_CLK_CAMERA_PIXEL>,
1179-
<&clk IMX8MN_CLK_CSI1_PHY_REF>;
1180-
assigned-clock-parents = <&clk IMX8MN_SYS_PLL2_1000M>,
1181-
<&clk IMX8MN_SYS_PLL2_1000M>;
1178+
assigned-clocks = <&clk IMX8MN_CLK_CAMERA_PIXEL>;
1179+
assigned-clock-parents = <&clk IMX8MN_SYS_PLL2_1000M>;
11821180
assigned-clock-rates = <333000000>;
11831181
clock-frequency = <333000000>;
11841182
clocks = <&clk IMX8MN_CLK_DISP_APB_ROOT>,

0 commit comments

Comments
 (0)