]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: aspeed: catalina: Add Front IO board remote thermal sensor
authorPotin Lai <potin.lai.pt@gmail.com>
Fri, 21 Mar 2025 07:26:03 +0000 (15:26 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Wed, 11 Jun 2025 04:19:18 +0000 (13:49 +0930)
Add a remote thermal sensor node for the Front IO board in the Catalina
platform device tree. This sensor enables monitoring of the inlet
temperature.

Signed-off-by: Potin Lai <potin.lai.pt@gmail.com>
Link: https://patch.msgid.link/20250321-potin-catalina-dts-update-20250102-v6-2-4bd85efeb9b4@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-catalina.dts

index d5d99a945ee413fc603f22820d5ef4f8662c714d..307af99e833c28d7d6a16ee4dfc9d9156e24a5bf 100644 (file)
                                compatible = "ti,tmp75";
                                reg = <0x4b>;
                        };
+
+                       // FIO REMOTE TEMP SENSOR
+                       temperature-sensor@4f {
+                               compatible = "ti,tmp75";
+                               reg = <0x4f>;
+                       };
                };
        };
 };