Skip to content

Commit 645f9eb

Browse files
Peter Yinamboar
authored andcommitted
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>
1 parent 3042a7e commit 645f9eb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
&i2c1 {
204204
status = "okay";
205205

206-
tmp75@4b {
206+
temperature-sensor@4b {
207207
compatible = "ti,tmp75";
208208
reg = <0x4b>;
209209
};
@@ -260,6 +260,11 @@
260260
compatible = "pmbus";
261261
reg = <0x69>;
262262
};
263+
264+
temperature-sensor@49 {
265+
compatible = "ti,tmp75";
266+
reg = <0x49>;
267+
};
263268
};
264269

265270
&i2c5 {

0 commit comments

Comments
 (0)