mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 14:50:19 +00:00
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:
parent
3042a7e557
commit
645f9eb1bd
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user