diff options
author | Brandon Wyman <[email protected]> | 2021-03-29 10:00:14 -0500 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2021-04-08 11:13:56 +0930 |
commit | d66d720b64e5da08cdd5dc441a33c7b98c467505 (patch) | |
tree | 3e9b35e36c9f4b0e58ae8572a3a4da8a2b299087 | |
parent | baf1fb2668e2be1015b05827632e4a5087ee1230 (diff) |
ARM: dts: aspeed: everest: Add power supply i2c devices
Add the i2c/pmbus power supply devices to the everest device tree.
Signed-off-by: Brandon Wyman <[email protected]>
Signed-off-by: Eddie James <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts index 1dc7718be223..f83e8f3a47ea 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts @@ -228,6 +228,26 @@ compatible = "atmel,24c128"; reg = <0x54>; }; + + power-supply@68 { + compatible = "ibm,cffps"; + reg = <0x68>; + }; + + power-supply@69 { + compatible = "ibm,cffps"; + reg = <0x69>; + }; + + power-supply@6a { + compatible = "ibm,cffps"; + reg = <0x6a>; + }; + + power-supply@6b { + compatible = "ibm,cffps"; + reg = <0x6b>; + }; }; &i2c4 { |