Skip to content

Commit dc260f5

Browse files
zevweissamboar
authored andcommitted
ARM: dts: aspeed: Add vendor prefixes to lm25066 compat strings
Due to the way i2c driver matching works (falling back to the driver's id_table if of_match_table fails) this didn't actually cause any misbehavior, but let's add the vendor prefixes so things actually work the way they were intended to. Signed-off-by: Zev Weiss <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Signed-off-by: Andrew Jeffery <[email protected]>
1 parent 2479971 commit dc260f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-romed8hm3.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@
101101

102102
/* IPB PMIC */
103103
lm25066@40 {
104-
compatible = "lm25066";
104+
compatible = "ti,lm25066";
105105
reg = <0x40>;
106106
shunt-resistor-micro-ohms = <1000>;
107107
};
108108

109109
/* 12VSB PMIC */
110110
lm25066@41 {
111-
compatible = "lm25066";
111+
compatible = "ti,lm25066";
112112
reg = <0x41>;
113113
shunt-resistor-micro-ohms = <10000>;
114114
};

arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#define EFUSE(hexaddr, num) \
1616
efuse@##hexaddr { \
17-
compatible = "lm25066"; \
17+
compatible = "ti,lm25066"; \
1818
reg = <0x##hexaddr>; \
1919
shunt-resistor-micro-ohms = <675>; \
2020
regulators { \

0 commit comments

Comments
 (0)