ARM: dts: aspeed: minerva: add fan rpm controller
authorYang Chen <yangchen.openbmc@gmail.com>
Tue, 12 Dec 2023 07:51:57 +0000 (15:51 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Wed, 1 May 2024 02:19:18 +0000 (11:49 +0930)
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>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts

index f4cb5ef72310f9f307ca3cd14a9107a6ff669f41..c7445c819baf8e5566a83b3c155e7650f4bc2758 100644 (file)
                                compatible = "atmel,24c128";
                                reg = <0x50>;
                        };
+
+                       pwm@5e{
+                               compatible = "max31790";
+                               reg = <0x5e>;
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                       };
                };
 
                imux17: i2c@1 {
                                compatible = "atmel,24c128";
                                reg = <0x50>;
                        };
+
+                       pwm@5e{
+                               compatible = "max31790";
+                               reg = <0x5e>;
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                       };
                };
 
                imux18: i2c@2 {
                                compatible = "atmel,24c128";
                                reg = <0x50>;
                        };
+
+                       pwm@5e{
+                               compatible = "max31790";
+                               reg = <0x5e>;
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                       };
                };
 
                imux19: i2c@3 {
                                compatible = "atmel,24c128";
                                reg = <0x50>;
                        };
+
+                       pwm@5e{
+                               compatible = "max31790";
+                               reg = <0x5e>;
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                       };
                };
 
                imux20: i2c@4 {
                                compatible = "atmel,24c128";
                                reg = <0x50>;
                        };
+
+                       pwm@5e{
+                               compatible = "max31790";
+                               reg = <0x5e>;
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                       };
                };
 
                imux21: i2c@5 {
                                compatible = "atmel,24c128";
                                reg = <0x50>;
                        };
+
+                       pwm@5e{
+                               compatible = "max31790";
+                               reg = <0x5e>;
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                       };
                };
        };
 };