Commit a80d1ad4 authored by Ninad Palsule's avatar Ninad Palsule Committed by Andrew Jeffery
Browse files

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: default avatarNinad Palsule <ninad@linux.ibm.com>
Link: https://patch.msgid.link/20241217173537.192331-5-ninad@linux.ibm.com


Signed-off-by: default avatarAndrew Jeffery <andrew@codeconstruct.com.au>
parent 689d7282
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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>;
	};
};