mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 06:01:53 +02:00
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:
parent
689d72824d
commit
a80d1ad444
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user