Skip to content

Commit cd0caaf

Browse files
NXP-CarlosSongShawn Guo
authored andcommitted
arm64: dts: imx95: correct I3C2 pclk to IMX95_CLK_BUSWAKEUP
I3C2 is in WAKEUP domain. Its pclk should be IMX95_CLK_BUSWAKEUP. Fixes: 969497e ("arm64: dts: imx95: Add i3c1 and i3c2") Signed-off-by: Carlos Song <carlos.song@nxp.com> Cc: stable@vger.kernel.org Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 8f0b4cc commit cd0caaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@
828828
interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
829829
#address-cells = <3>;
830830
#size-cells = <0>;
831-
clocks = <&scmi_clk IMX95_CLK_BUSAON>,
831+
clocks = <&scmi_clk IMX95_CLK_BUSWAKEUP>,
832832
<&scmi_clk IMX95_CLK_I3C2SLOW>;
833833
clock-names = "pclk", "fast_clk";
834834
status = "disabled";

0 commit comments

Comments
 (0)