lkml.org 
[lkml]   [2023]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 08/11] ARM: dts: aspeed: minerva: add fan rpm controller
Date
Add fan rpm controller max31790 on all bus of FCB.

Signed-off-by: Yang Chen <yangchen.openbmc@gmail.com>
---
.../aspeed/aspeed-bmc-facebook-minerva.dts | 42 +++++++++++++++++++
1 file changed, 42 insertions(+)

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 @@ eeprom@50 {
compatible = "atmel,24c128";
reg = <0x50>;
};
+
+ pwm@5e{
+ compatible = "max31790";
+ reg = <0x5e>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
};

imux17: i2c@1 {
@@ -169,6 +176,13 @@ eeprom@50 {
compatible = "atmel,24c128";
reg = <0x50>;
};
+
+ pwm@5e{
+ compatible = "max31790";
+ reg = <0x5e>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
};

imux18: i2c@2 {
@@ -180,6 +194,13 @@ eeprom@50 {
compatible = "atmel,24c128";
reg = <0x50>;
};
+
+ pwm@5e{
+ compatible = "max31790";
+ reg = <0x5e>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
};

imux19: i2c@3 {
@@ -191,6 +212,13 @@ eeprom@50 {
compatible = "atmel,24c128";
reg = <0x50>;
};
+
+ pwm@5e{
+ compatible = "max31790";
+ reg = <0x5e>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
};

imux20: i2c@4 {
@@ -202,6 +230,13 @@ eeprom@50 {
compatible = "atmel,24c128";
reg = <0x50>;
};
+
+ pwm@5e{
+ compatible = "max31790";
+ reg = <0x5e>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
};

imux21: i2c@5 {
@@ -213,6 +248,13 @@ eeprom@50 {
compatible = "atmel,24c128";
reg = <0x50>;
};
+
+ pwm@5e{
+ compatible = "max31790";
+ reg = <0x5e>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
};
};
};
--
2.34.1
\
 
 \ /
  Last update: 2023-12-12 08:55    [W:0.070 / U:1.804 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site