Skip to content

Commit 7e68538

Browse files
committed
Merge tag 'imx-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into for-next
i.MX fixes for 6.9, round 2: - Fix i.MX8MP the second CSI2 assigned-clock property which got wrong by commit f78835d ("arm64: dts: imx8mp: reparent MEDIA_MIPI_PHY1_REF to CLK_24M") - Correct USB over-current polarity for imx6ull-tarragon board * tag 'imx-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: ARM: dts: imx6ull-tarragon: fix USB over-current polarity arm64: dts: imx8mp: Fix assigned-clocks for second CSI2 Link: https://lore.kernel.org/r/ZioopqscxwUOwQkf@dragon Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 9e0794a + d7f3040 commit 7e68538

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

arch/arm/boot/dts/nxp/imx/imx6ull-tarragon-common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,7 @@
805805
&pinctrl_usb_pwr>;
806806
dr_mode = "host";
807807
power-active-high;
808+
over-current-active-low;
808809
disable-over-current;
809810
status = "okay";
810811
};

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)