]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM: dts: aspeed: rainier: Switch PSUs to unknown version
authorEddie James <eajames@linux.ibm.com>
Fri, 8 Nov 2019 21:14:35 +0000 (15:14 -0600)
committerJoel Stanley <joel@jms.id.au>
Mon, 20 Jan 2020 05:50:51 +0000 (15:50 +1000)
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>
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

index c1c9cd30f9803cd20cf7bdcb4f15b9479a4e0b39..a8d93610d80d71669ddf51ec9dfd86faccccd869 100644 (file)
        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>;
        };
 };