Commit 2a6885e1 authored by Carlos Song's avatar Carlos Song Committed by Shawn Guo
Browse files

arm64: dts: imx95: correct i3c node in imx95



I.MX95 I3C only need two clocks so add clock fix. Add "nxp,imx95-i3c"
compatible string for all imx95 i3c nodes.

Signed-off-by: default avatarCarlos Song <carlos.song@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 19272b37
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -688,15 +688,14 @@ tpm6: pwm@42510000 {
			};

			i3c2: i3c@42520000 {
				compatible = "silvaco,i3c-master-v1";
				compatible = "nxp,imx95-i3c", "silvaco,i3c-master-v1";
				reg = <0x42520000 0x10000>;
				interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
				#address-cells = <3>;
				#size-cells = <0>;
				clocks = <&scmi_clk IMX95_CLK_BUSAON>,
					 <&scmi_clk IMX95_CLK_I3C2>,
					 <&scmi_clk IMX95_CLK_I3C2SLOW>;
				clock-names = "pclk", "fast_clk", "slow_clk";
				clock-names = "pclk", "fast_clk";
				status = "disabled";
			};

@@ -1273,15 +1272,14 @@ tpm2: pwm@44320000 {
			};

			i3c1: i3c@44330000 {
				compatible = "silvaco,i3c-master-v1";
				compatible = "nxp,imx95-i3c", "silvaco,i3c-master-v1";
				reg = <0x44330000 0x10000>;
				interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
				#address-cells = <3>;
				#size-cells = <0>;
				clocks = <&scmi_clk IMX95_CLK_BUSAON>,
					 <&scmi_clk IMX95_CLK_I3C1>,
					 <&scmi_clk IMX95_CLK_I3C1SLOW>;
				clock-names = "pclk", "fast_clk", "slow_clk";
				clock-names = "pclk", "fast_clk";
				status = "disabled";
			};