ARM: dts: aspeed: system1: Use crps PSU driver

The system1 uses Intel common redundant (crps185) power supplies so move
to correct new crps driver.

Signed-off-by: Ninad Palsule <ninad@linux.ibm.com>
Link: https://patch.msgid.link/20241217173537.192331-5-ninad@linux.ibm.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Ninad Palsule 2024-12-17 11:35:35 -06:00 committed by Andrew Jeffery
parent 689d72824d
commit a80d1ad444

View File

@ -681,22 +681,22 @@ &i2c2 {
status = "okay";
power-supply@58 {
compatible = "ibm,cffps";
compatible = "intel,crps185";
reg = <0x58>;
};
power-supply@59 {
compatible = "ibm,cffps";
compatible = "intel,crps185";
reg = <0x59>;
};
power-supply@5a {
compatible = "ibm,cffps";
compatible = "intel,crps185";
reg = <0x5a>;
};
power-supply@5b {
compatible = "ibm,cffps";
compatible = "intel,crps185";
reg = <0x5b>;
};
};