mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-08 04:12:52 -05:00
ARM: dts: aspeed: p10bmc: Change power supply info
Bonnell system supports new ACBEL FSG032 power supply on I2C addresses 5A and 5B. Update the device tree with new power supply information and device addresses. Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com> Reviewed-by: Eddie James <eajames@linux.ibm.com> Link: https://lore.kernel.org/r/20230412052305.1369521-6-lakshmiy@us.ibm.com Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
committed by
Joel Stanley
parent
bb13bd587d
commit
9bdc19fb94
@@ -552,14 +552,14 @@ ucd90160@64 {
|
||||
&i2c3 {
|
||||
status = "okay";
|
||||
|
||||
power-supply@58 {
|
||||
compatible = "ibm,cffps";
|
||||
reg = <0x58>;
|
||||
power-supply@5a {
|
||||
compatible = "acbel,fsg032";
|
||||
reg = <0x5a>;
|
||||
};
|
||||
|
||||
power-supply@59 {
|
||||
compatible = "ibm,cffps";
|
||||
reg = <0x59>;
|
||||
power-supply@5b {
|
||||
compatible = "acbel,fsg032";
|
||||
reg = <0x5b>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user