[PATCH linux dev-5.4 v2] Use UCD90320 in Rainier device tree

Jim Wright wrightj at linux.vnet.ibm.com
Thu Dec 19 08:41:14 AEDT 2019


Change Rainier device tree to use UCD90320 chip and only bind driver to
port which excepts PMBus commands.

Changes since v1:
 - Rebased patch to 5.4

Signed-off-by: Jim Wright <wrightj at linux.vnet.ibm.com>
---
 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 12 +-----------
 1 file changed, 1 insertion(+), 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 at b {
-		compatible = "ti,ucd90160";
-		reg = <0x0b>;
-	};
-
-	ucd90320 at c {
-		compatible = "ti,ucd90160";
-		reg = <0x0c>;
-	};
-
 	ucd90320 at 11 {
-		compatible = "ti,ucd90160";
+		compatible = "ti,ucd90320";
 		reg = <0x11>;
 	};
 
-- 
2.17.1



More information about the openbmc mailing list