]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: aspeed: minerva: add tmp75 sensor
authorYang Chen <yang.chen@quantatw.com>
Wed, 26 Jun 2024 13:03:26 +0000 (21:03 +0800)
committerJoel Stanley <joel@jms.id.au>
Thu, 22 Aug 2024 03:37:13 +0000 (13:07 +0930)
Add tmp75 sensor on the i2c bus connect to each fan board.

Signed-off-by: Yang Chen <yang.chen@quantatw.com>
Link: https://lore.kernel.org/r/20240626130332.929534-12-yangchen.openbmc@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts

index fd769578f826718e6a0e0eb97ed56bd487920aba..3d80993885b7e393b257416823cde3271978328d 100644 (file)
                                reg = <0x45>;
                                shunt-resistor = <1000>;
                        };
+
+                       temperature-sensor@4b {
+                               compatible = "ti,tmp75";
+                               reg = <0x4b>;
+                       };
                };
 
                imux17: i2c@1 {
                                reg = <0x45>;
                                shunt-resistor = <1000>;
                        };
+
+                       temperature-sensor@4b {
+                               compatible = "ti,tmp75";
+                               reg = <0x4b>;
+                       };
                };
 
                imux18: i2c@2 {
                                reg = <0x45>;
                                shunt-resistor = <1000>;
                        };
+
+                       temperature-sensor@4b {
+                               compatible = "ti,tmp75";
+                               reg = <0x4b>;
+                       };
                };
 
                imux19: i2c@3 {
                                reg = <0x45>;
                                shunt-resistor = <1000>;
                        };
+
+                       temperature-sensor@4b {
+                               compatible = "ti,tmp75";
+                               reg = <0x4b>;
+                       };
                };
 
                imux20: i2c@4 {
                                reg = <0x45>;
                                shunt-resistor = <1000>;
                        };
+                       temperature-sensor@4b {
+                               compatible = "ti,tmp75";
+                               reg = <0x4b>;
+                       };
                };
 
                imux21: i2c@5 {
                                reg = <0x45>;
                                shunt-resistor = <1000>;
                        };
+                       temperature-sensor@4b {
+                               compatible = "ti,tmp75";
+                               reg = <0x4b>;
+                       };
                };
        };
 };