Skip to content

Commit 5e0705a

Browse files
zevweisskrzk
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 <zev@bewilderbeest.net> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240224103712.20864-2-zev@bewilderbeest.net Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 71413bc commit 5e0705a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

9999
/* IPB PMIC */
100100
lm25066@40 {
101-
compatible = "lm25066";
101+
compatible = "ti,lm25066";
102102
reg = <0x40>;
103103
shunt-resistor-micro-ohms = <1000>;
104104
};
105105

106106
/* 12VSB PMIC */
107107
lm25066@41 {
108-
compatible = "lm25066";
108+
compatible = "ti,lm25066";
109109
reg = <0x41>;
110110
shunt-resistor-micro-ohms = <10000>;
111111
};

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)