[PATCH linux dev-5.3] Use UCD90320 in Rainier device tree
Jim Wright
wrightj at linux.vnet.ibm.com
Sat Dec 7 10:40:08 AEDT 2019
Change Rainier device tree to use UCD90320 chip and only bind driver to
port which excepts PMBus commands.
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 08e1db0ac672..15d2c110ab43 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
@@ -356,18 +356,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