Skip to content

Commit

Permalink
ARM: dts: aspeed: rainier: Switch PSUs to unknown version
Browse files Browse the repository at this point in the history
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: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
Eddie James authored and Joel Stanley committed Jan 20, 2020
1 parent e4aab38 commit 09fa16f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};
Expand Down

0 comments on commit 09fa16f

Please sign in to comment.