[PATCH linux 1/5] ARM: dts: aspeed: zaius: Use LM5066I driver for hotswap

Xo Wang xow at google.com
Sat Sep 9 07:57:24 AEST 2017


Not removing the "ti,lm5066" line because the LM5066I support is only in
yet-to-be-released 4.13-rc4.

Signed-off-by: Xo Wang <xow at google.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
index e4e9519cd087..1c39452ffebd 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
@@ -282,7 +282,10 @@
 			#size-cells = <0>;
 
 			hotswap at 10 {
-				compatible = "ti,lm5066";
+				/* Device is LM5066I so prefer that driver
+				 * support if available
+				 */
+				compatible = "ti,lm5066i", "ti,lm5066";
 				reg = <0x10>;
 			};
 		};
-- 
2.14.1.581.gf28d330327-goog



More information about the openbmc mailing list