diff options
author | Jim Wright <wrightj@linux.vnet.ibm.com> | 2019-12-18 22:41:14 +0100 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2020-01-20 06:50:57 +0100 |
commit | 39be9e84f65be599919c7069bdad24dc2d9cd65d (patch) | |
tree | a72ac1a920e8e97135c8c516a3aa24f9b091dfd5 | |
parent | ARM: dts: aspeed: rainier: Switch PSUs to unknown version (diff) | |
download | linux-39be9e84f65be599919c7069bdad24dc2d9cd65d.tar.xz linux-39be9e84f65be599919c7069bdad24dc2d9cd65d.zip |
ARM: dts: aspeed: rainier: Add UCD90320 power sequencer
Change Rainier device tree to use UCD90320 chip and only bind driver to
port which excepts PMBus commands.
Signed-off-by: Jim Wright <wrightj@linux.vnet.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts index a8d93610d80d..dad5233efba3 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts @@ -352,18 +352,8 @@ &i2c8 { status = "okay"; - ucd90320@b { - compatible = "ti,ucd90160"; - reg = <0x0b>; - }; - - ucd90320@c { - compatible = "ti,ucd90160"; - reg = <0x0c>; - }; - ucd90320@11 { - compatible = "ti,ucd90160"; + compatible = "ti,ucd90320"; reg = <0x11>; }; |