summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorYang Chen <yangchen.openbmc@gmail.com>2023-12-12 10:51:57 +0300
committerAndrew Jeffery <andrew@codeconstruct.com.au>2024-05-01 05:19:18 +0300
commit2dcb5ca763acbaa56b6be3bee49bb2e8b91c92e4 (patch)
tree909f844793449db7ba3b912447018dc71178541c /arch/arm/boot/dts
parentb2daa191f75b6bd51acc6df7b190ed71a25d9de0 (diff)
downloadlinux-2dcb5ca763acbaa56b6be3bee49bb2e8b91c92e4.tar.xz
ARM: dts: aspeed: minerva: add fan rpm controller
Add fan rpm controller max31790 on all bus of FCB. Signed-off-by: Yang Chen <yangchen.openbmc@gmail.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Link: https://lore.kernel.org/r/20231212075200.983536-9-yangchen.openbmc@gmail.com Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts42
1 files changed, 42 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts
index f4cb5ef72310..c7445c819baf 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts
@@ -158,6 +158,13 @@
compatible = "atmel,24c128";
reg = <0x50>;
};
+
+ pwm@5e{
+ compatible = "max31790";
+ reg = <0x5e>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
};
imux17: i2c@1 {
@@ -169,6 +176,13 @@
compatible = "atmel,24c128";
reg = <0x50>;
};
+
+ pwm@5e{
+ compatible = "max31790";
+ reg = <0x5e>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
};
imux18: i2c@2 {
@@ -180,6 +194,13 @@
compatible = "atmel,24c128";
reg = <0x50>;
};
+
+ pwm@5e{
+ compatible = "max31790";
+ reg = <0x5e>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
};
imux19: i2c@3 {
@@ -191,6 +212,13 @@
compatible = "atmel,24c128";
reg = <0x50>;
};
+
+ pwm@5e{
+ compatible = "max31790";
+ reg = <0x5e>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
};
imux20: i2c@4 {
@@ -202,6 +230,13 @@
compatible = "atmel,24c128";
reg = <0x50>;
};
+
+ pwm@5e{
+ compatible = "max31790";
+ reg = <0x5e>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
};
imux21: i2c@5 {
@@ -213,6 +248,13 @@
compatible = "atmel,24c128";
reg = <0x50>;
};
+
+ pwm@5e{
+ compatible = "max31790";
+ reg = <0x5e>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
};
};
};