Skip to content

Commit d4cb68a

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: imx93: correct mediamix power
"nic_media" clock should be enabled when power on/off mediamix, otherwise power on/off will fail. Because "media_axi_root" clock is the parent of "nic_media" clock, so replace "media_axi_clock" clock with "nic_media" clock in mediamix node. Link: nxp-imx/linux-imx@ce18e6d Fixes: f2d03ba ("arm64: dts: imx93: reorder device nodes") Fixes: e85d345 ("arm64: dts: imx93: add src node") Reviewed-by: Jacky Bai <[email protected]> Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Liu Ying <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent b37e75b commit d4cb68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
compatible = "fsl,imx93-src-slice";
418418
reg = <0x44462400 0x400>, <0x44465800 0x400>;
419419
#power-domain-cells = <0>;
420-
clocks = <&clk IMX93_CLK_MEDIA_AXI>,
420+
clocks = <&clk IMX93_CLK_NIC_MEDIA_GATE>,
421421
<&clk IMX93_CLK_MEDIA_APB>;
422422
};
423423
};

0 commit comments

Comments
 (0)