Skip to content

Commit cae405d

Browse files
robherringkrzk
authored andcommitted
arm64: dts: apm: Use recommended i2c node names
Use the recommended node name of 'i2c' for the 'i2cslimpro' nodes. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20251216-dt-apm-v1-2-0bf2bf8b982c@kernel.org Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
1 parent 21bd5fb commit cae405d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/apm/apm-shadowcat.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
clock-frequency = <50000000>;
225225
};
226226

227-
i2cslimpro {
227+
i2c {
228228
compatible = "apm,xgene-slimpro-i2c";
229229
mboxes = <&mailbox 0>;
230230
};

arch/arm64/boot/dts/apm/apm-storm.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
interrupts = <1 12 0xff04>;
135135
};
136136

137-
i2cslimpro {
137+
i2c {
138138
compatible = "apm,xgene-slimpro-i2c";
139139
mboxes = <&mailbox 0>;
140140
};

0 commit comments

Comments
 (0)