mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 13:52:02 -04:00
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>
This commit is contained in:
committed by
Krzysztof Kozlowski
parent
71413bcb66
commit
5e0705a74f
@@ -98,14 +98,14 @@ w83773g@4c {
|
||||
|
||||
/* 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>;
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ efuse##n { \
|
||||
|
||||
#define EFUSE(hexaddr, num) \
|
||||
efuse@##hexaddr { \
|
||||
compatible = "lm25066"; \
|
||||
compatible = "ti,lm25066"; \
|
||||
reg = <0x##hexaddr>; \
|
||||
shunt-resistor-micro-ohms = <675>; \
|
||||
regulators { \
|
||||
|
||||
Reference in New Issue
Block a user