mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-08 14:23:19 +00:00
ARM: dts: aspeed: harma: Add VR devices
Add isl69260, xdpe152c4 devices. Signed-off-by: Peter Yin <peteryin.openbmc@gmail.com> Link: https://lore.kernel.org/r/20240801160136.1281291-3-peteryin.openbmc@gmail.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
16d6671033
commit
b44b6e3f40
@ -398,6 +398,30 @@ imux28: i2c@0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0>;
|
||||
power-monitor@61 {
|
||||
compatible = "isil,isl69260";
|
||||
reg = <0x61>;
|
||||
};
|
||||
power-monitor@62 {
|
||||
compatible = "isil,isl69260";
|
||||
reg = <0x62>;
|
||||
};
|
||||
power-monitor@63 {
|
||||
compatible = "isil,isl69260";
|
||||
reg = <0x63>;
|
||||
};
|
||||
power-monitor@64 {
|
||||
compatible = "infineon,xdpe152c4";
|
||||
reg = <0x64>;
|
||||
};
|
||||
power-monitor@66 {
|
||||
compatible = "infineon,xdpe152c4";
|
||||
reg = <0x66>;
|
||||
};
|
||||
power-monitor@68 {
|
||||
compatible = "infineon,xdpe152c4";
|
||||
reg = <0x68>;
|
||||
};
|
||||
};
|
||||
imux29: i2c@1 {
|
||||
#address-cells = <1>;
|
||||
|
Loading…
Reference in New Issue
Block a user