ARM: dts: aspeed: Add vendor prefixes to lm25066 compat strings
authorZev Weiss <zev@bewilderbeest.net>
Sat, 24 Feb 2024 10:37:07 +0000 (02:37 -0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Wed, 1 May 2024 02:19:19 +0000 (11:49 +0930)
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>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-romed8hm3.dts
arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts

index f8a1764a4424408dc02a607c1a0e87dafc9fc9f3..6dd221644dc6b171efce7b9868c4b321893e62d7 100644 (file)
 
        /* IPB PMIC */
        lm25066@40 {
-               compatible = "lm25066";
+               compatible = "ti,lm25066";
                reg = <0x40>;
                shunt-resistor-micro-ohms = <1000>;
        };
 
        /* 12VSB PMIC */
        lm25066@41 {
-               compatible = "lm25066";
+               compatible = "ti,lm25066";
                reg = <0x41>;
                shunt-resistor-micro-ohms = <10000>;
        };
index 6600f7e9bf5ed4dbb6c228fa1af831a5e2580a25..e830fec0570f8c1d774d2c338f6302a12ca29c52 100644 (file)
@@ -14,7 +14,7 @@
 
 #define EFUSE(hexaddr, num)                                                    \
        efuse@##hexaddr {                                                       \
-               compatible = "lm25066";                                         \
+               compatible = "ti,lm25066";                                      \
                reg = <0x##hexaddr>;                                            \
                shunt-resistor-micro-ohms = <675>;                              \
                regulators {                                                    \