Skip to content

Commit 3fdd4ef

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: imx8mp: correct clock of pgc_ispdwp
The deprecated DIV clk is previously part of the ISP composite clk, but there is still one child clk(IMX8MP_CLK_MEDIA_ISP_ROOT) sourcing from IMX8MP_CLK_MEDIA_ISP( previously IMX8MP_CLK_MEDIA_ISP_DIV) So IMX8MP_CLK_MEDIA_ISP_ROOT should be used, not IMX8MP_CLK_MEDIA_ISP_DIV. Fixes: 9d89189 ("arm64: dts: imx8mp: Add MEDIAMIX power domains") Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Tested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent a1016ba commit 3fdd4ef

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
@@ -595,7 +595,7 @@
595595
pgc_ispdwp: power-domain@18 {
596596
#power-domain-cells = <0>;
597597
reg = <IMX8MP_POWER_DOMAIN_MEDIAMIX_ISPDWP>;
598-
clocks = <&clk IMX8MP_CLK_MEDIA_ISP_DIV>;
598+
clocks = <&clk IMX8MP_CLK_MEDIA_ISP_ROOT>;
599599
};
600600
};
601601
};

0 commit comments

Comments
 (0)