Commit 09fa16f0 authored by Eddie James's avatar Eddie James Committed by Joel Stanley
Browse files

ARM: dts: aspeed: rainier: Switch PSUs to unknown version



Rainier can use either version of the IBM CFFPS, so don't set the
version in the devicetree so the driver can detect it automatically.

Signed-off-by: default avatarEddie James <eajames@linux.ibm.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent e4aab38e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -97,22 +97,22 @@
	status = "okay";

	power-supply@68 {
		compatible = "ibm,cffps2";
		compatible = "ibm,cffps";
		reg = <0x68>;
	};

	power-supply@69 {
		compatible = "ibm,cffps2";
		compatible = "ibm,cffps";
		reg = <0x69>;
	};

	power-supply@6a {
		compatible = "ibm,cffps2";
		compatible = "ibm,cffps";
		reg = <0x6a>;
	};

	power-supply@6b {
		compatible = "ibm,cffps2";
		compatible = "ibm,cffps";
		reg = <0x6b>;
	};
};