]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx95: correct I3C2 pclk to IMX95_CLK_BUSWAKEUP
authorCarlos Song <carlos.song@nxp.com>
Tue, 18 Nov 2025 06:28:54 +0000 (14:28 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 29 Dec 2025 08:29:54 +0000 (16:29 +0800)
I3C2 is in WAKEUP domain. Its pclk should be IMX95_CLK_BUSWAKEUP.

Fixes: 969497ebefcf ("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>
arch/arm64/boot/dts/freescale/imx95.dtsi

index e45014d50abef1d6dc7403a865e795c906d2c3fd..a4d85481755947bbfb426a74b5011d71c12483d7 100644 (file)
                                interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <3>;
                                #size-cells = <0>;
-                               clocks = <&scmi_clk IMX95_CLK_BUSAON>,
+                               clocks = <&scmi_clk IMX95_CLK_BUSWAKEUP>,
                                         <&scmi_clk IMX95_CLK_I3C2SLOW>;
                                clock-names = "pclk", "fast_clk";
                                status = "disabled";