ARM: dts: aspeed: Harma: Add PDB temperature

Add PDB temperature sensor.

Signed-off-by: Peter Yin <peteryin.openbmc@gmail.com>
Link: https://lore.kernel.org/r/20240412091600.2534693-7-peteryin.openbmc@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Peter Yin 2024-04-12 17:15:54 +08:00 committed by Andrew Jeffery
parent 3042a7e557
commit 645f9eb1bd

View File

@ -203,7 +203,7 @@
&i2c1 {
status = "okay";
tmp75@4b {
temperature-sensor@4b {
compatible = "ti,tmp75";
reg = <0x4b>;
};
@ -260,6 +260,11 @@
compatible = "pmbus";
reg = <0x69>;
};
temperature-sensor@49 {
compatible = "ti,tmp75";
reg = <0x49>;
};
};
&i2c5 {