diff options
author | Eddie James <eajames@linux.ibm.com> | 2019-08-30 14:11:02 -0500 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-09-04 17:34:34 -0700 |
commit | 020cdf3a51f666ccd980fe79a4586b22363d3984 (patch) | |
tree | a97d144b41b314c9d780a93bb03757b63f7f8d8e /arch/arm/boot | |
parent | 659b7a4bd797597febd03c0fb7a286ee4da16732 (diff) | |
download | linux-020cdf3a51f666ccd980fe79a4586b22363d3984.tar.bz2 |
ARM: dts: aspeed: swift: Change power supplies to version 2
Swift power supplies are version 2 of the IBM CFFPS.
Fixes: 8e8fd0cbd7c5 ("ARM: dts: aspeed: Add Swift BMC machine")
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-swift.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts b/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts index 25bc0e1bbced..f67fef1ac5e1 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts @@ -494,7 +494,7 @@ }; power-supply@68 { - compatible = "ibm,cffps1"; + compatible = "ibm,cffps2"; reg = <0x68>; }; @@ -504,7 +504,7 @@ }; power-supply@69 { - compatible = "ibm,cffps1"; + compatible = "ibm,cffps2"; reg = <0x69>; }; |