ARM: dts: aspeed: rainier: Add UCD90320 power sequencer
authorJim Wright <wrightj@linux.vnet.ibm.com>
Wed, 18 Dec 2019 21:41:14 +0000 (15:41 -0600)
committerJoel Stanley <joel@jms.id.au>
Mon, 20 Jan 2020 05:50:57 +0000 (15:50 +1000)
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>
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

index a8d9361..dad5233 100644 (file)
 &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>;
        };