Skip to content

Commit 6914cc1

Browse files
Andrei Simionclaudiubeznea
authored andcommitted
ARM: dts: microchip: Rename the pmic node
Rename the pmic node according to the devicetree specification. Signed-off-by: Andrei Simion <andrei.simion@microchip.com> Link: https://lore.kernel.org/r/20241002123010.111028-3-andrei.simion@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
1 parent c2f5c84 commit 6914cc1

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

arch/arm/boot/dts/microchip/at91-kizbox2-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
&i2c1 {
8686
status = "okay";
8787

88-
pmic: act8865@5b {
88+
act8865: pmic@5b {
8989
compatible = "active-semi,act8865";
9090
reg = <0x5b>;
9191
status = "okay";

arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
scl-gpios = <&pioA PIN_PD20 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
7676
status = "okay";
7777

78-
mcp16502@5b {
78+
pmic@5b {
7979
compatible = "microchip,mcp16502";
8080
reg = <0x5b>;
8181
lvin-supply = <&reg_5v>;

arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
i2c-sda-hold-time-ns = <350>;
150150
status = "okay";
151151

152-
mcp16502@5b {
152+
pmic@5b {
153153
compatible = "microchip,mcp16502";
154154
reg = <0x5b>;
155155
lvin-supply = <&reg_5v>;

arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
};
227227
};
228228

229-
mcp16502@5b {
229+
pmic@5b {
230230
compatible = "microchip,mcp16502";
231231
reg = <0x5b>;
232232
lvin-supply = <&reg_5v>;

arch/arm/boot/dts/microchip/at91-sama5d3_xplained.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
i2c1: i2c@f0018000 {
8888
status = "okay";
8989

90-
pmic: act8865@5b {
90+
act8865: pmic@5b {
9191
compatible = "active-semi,act8865";
9292
reg = <0x5b>;
9393
status = "disabled";

arch/arm/boot/dts/microchip/at91-sama7g5ek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
};
276276
};
277277

278-
mcp16502@5b {
278+
pmic@5b {
279279
compatible = "microchip,mcp16502";
280280
reg = <0x5b>;
281281
lvin-supply = <&reg_5v>;

arch/arm/boot/dts/microchip/sama5d3xcm_cmp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
};
8080

8181
i2c1: i2c@f0018000 {
82-
pmic: act8865@5b {
82+
act8865: pmic@5b {
8383
compatible = "active-semi,act8865";
8484
reg = <0x5b>;
8585
status = "disabled";

0 commit comments

Comments
 (0)