diff options
author | Peter Yin <[email protected]> | 2024-04-12 17:15:58 +0800 |
---|---|---|
committer | Andrew Jeffery <[email protected]> | 2024-05-01 11:49:19 +0930 |
commit | 4187ccb5a45f9207aeadfe9bdecdc581a5c7eab8 (patch) | |
tree | f378039e0e54ca37a212973d9a98afd36d2dde55 | |
parent | fc2891c74594994d49c0f5941d50a70d4f022c70 (diff) |
ARM: dts: aspeed: Harma: Revise node name
Revise max31790 and delta_brick node name.
Signed-off-by: Peter Yin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Andrew Jeffery <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts index 7dd48c384a4d..530f69005857 100644 --- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts +++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts @@ -192,7 +192,7 @@ &i2c0 { status = "okay"; - max31790@5e{ + pwm@5e{ compatible = "max31790"; reg = <0x5e>; #address-cells = <1>; @@ -218,7 +218,7 @@ &i2c2 { status = "okay"; - max31790@5e{ + pwm@5e{ compatible = "max31790"; reg = <0x5e>; #address-cells = <1>; @@ -262,7 +262,7 @@ reg = <0x52>; }; - delta_brick@69 { + power-monitor@69 { compatible = "pmbus"; reg = <0x69>; }; |