diff mbox series

[linux,2/5] ARM: dts: aspeed: zaius: Update hotswap controller address for EVT3

Message ID 20170908215728.115818-3-xow@google.com
State Accepted, archived
Headers show
Series Update device tree for Zaius DVT | expand

Commit Message

Xo Wang Sept. 8, 2017, 9:57 p.m. UTC
The LM5066I hotswap controller is at PMBus device address 0x54 starting
with the EVT3 motherboard.

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

Comments

Joel Stanley Sept. 12, 2017, 7:48 a.m. UTC | #1
On Sat, Sep 9, 2017 at 7:57 AM, Xo Wang <xow@google.com> wrote:
> The LM5066I hotswap controller is at PMBus device address 0x54 starting
> with the EVT3 motherboard.
>
> Signed-off-by: Xo Wang <xow@google.com>

Applied to dev-4.10,

Cheers,

Joel
diff mbox series

Patch

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