Skip to content

Commit a80d1ad

Browse files
ninadpalsuleamboar
authored andcommitted
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>
1 parent 689d728 commit a80d1ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-system1.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -681,22 +681,22 @@
681681
status = "okay";
682682

683683
power-supply@58 {
684-
compatible = "ibm,cffps";
684+
compatible = "intel,crps185";
685685
reg = <0x58>;
686686
};
687687

688688
power-supply@59 {
689-
compatible = "ibm,cffps";
689+
compatible = "intel,crps185";
690690
reg = <0x59>;
691691
};
692692

693693
power-supply@5a {
694-
compatible = "ibm,cffps";
694+
compatible = "intel,crps185";
695695
reg = <0x5a>;
696696
};
697697

698698
power-supply@5b {
699-
compatible = "ibm,cffps";
699+
compatible = "intel,crps185";
700700
reg = <0x5b>;
701701
};
702702
};

0 commit comments

Comments
 (0)