mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 23:59:33 -04:00
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: Carlos Song <carlos.song@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user