Skip to content

Commit

Permalink
ARM: dts: aspeed: everest: Add power supply i2c devices
Browse files Browse the repository at this point in the history
Add the i2c/pmbus power supply devices to the everest device tree.

Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20210329150020.13632-17-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
bjwyman authored and shenki committed Apr 8, 2021
1 parent baf1fb2 commit d66d720
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d66d720

Please sign in to comment.