* [PATCH linux dev-5.4 v2] Use UCD90320 in Rainier device tree
@ 2019-12-18 21:41 Jim Wright
0 siblings, 0 replies; only message in thread
From: Jim Wright @ 2019-12-18 21:41 UTC (permalink / raw)
To: joel, andrew, openbmc; +Cc: Jim Wright
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@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@b {
- compatible = "ti,ucd90160";
- reg = <0x0b>;
- };
-
- ucd90320@c {
- compatible = "ti,ucd90160";
- reg = <0x0c>;
- };
-
ucd90320@11 {
- compatible = "ti,ucd90160";
+ compatible = "ti,ucd90320";
reg = <0x11>;
};
--
2.17.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-12-18 21:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-18 21:41 [PATCH linux dev-5.4 v2] Use UCD90320 in Rainier device tree Jim Wright
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.