aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Yin <[email protected]>2024-08-02 00:01:32 +0800
committerJoel Stanley <[email protected]>2024-08-22 13:09:43 +0930
commit43a688a9e9d7c596522047178dc05bc06d6a9e6d (patch)
tree601b0ead14f0d11745f2c83d4ae782d15a1fbbf4
parent687d7e18049e639cb3f9785b36f8cb4aa306ca22 (diff)
ARM: dts: aspeed: harma: Add temperature device
Add temperature device in i2c0 and i2c2. Signed-off-by: Peter Yin <[email protected]> Link: https://lore.kernel.org/r/[email protected] [andrew: Fixed 'deivce' typo in commit message] Signed-off-by: Andrew Jeffery <[email protected]> Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r--arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts
index f55ffe9c4d89..0455475fbcff 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts
@@ -221,6 +221,11 @@
reg = <0x45>;
shunt-resistor = <1000>;
};
+
+ temperature-sensor@4b {
+ compatible = "ti,tmp75";
+ reg = <0x4b>;
+ };
};
&i2c1 {
@@ -271,6 +276,11 @@
reg = <0x45>;
shunt-resistor = <1000>;
};
+
+ temperature-sensor@4b {
+ compatible = "ti,tmp75";
+ reg = <0x4b>;
+ };
};
&i2c3 {