Commit d66d720b authored by Brandon Wyman's avatar Brandon Wyman Committed by Joel Stanley

ARM: dts: aspeed: everest: Add power supply i2c devices

Add the i2c/pmbus power supply devices to the everest device tree.
Signed-off-by: default avatarBrandon Wyman <bjwyman@gmail.com>
Signed-off-by: default avatarEddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20210329150020.13632-17-eajames@linux.ibm.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent baf1fb26
......@@ -228,6 +228,26 @@ eeprom@54 {
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment