From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel Stanley Subject: Re: [PATCH v2 2/2] ARM: dts: aspeed: quanta-q71l: Add four PSUs Date: Fri, 31 Aug 2018 14:30:26 -0700 Message-ID: References: <20180831205855.242061-1-venture@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180831205855.242061-1-venture@google.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Patrick Venture Cc: Mark Rutland , devicetree , linux-aspeed@lists.ozlabs.org, Andrew Jeffery , Rob Herring , Linux ARM List-Id: devicetree@vger.kernel.org On Fri, 31 Aug 2018 at 13:59, Patrick Venture wrote: > > Enable the four PSUs via generic PMBUS. > > Signed-off-by: Patrick Venture These two look good. I'm travelling at the moment, but these will be applied when I'm back at my desk. Cheers, Joel > --- > Changes for v2: > - Fixed the commit header typo s/q7l1/q71l/ > --- > arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > > diff --git a/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts b/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts > index 586050e1c0e6..c655564e6c6d 100644 > --- a/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts > +++ b/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts > @@ -318,24 +318,44 @@ > #address-cells = <1>; > #size-cells = <0>; > reg = <0>; > + > + psu@59 { > + compatible = "pmbus"; > + reg = <0x59>; > + }; > }; > > i2c_psu1: i2c@1 { > #address-cells = <1>; > #size-cells = <0>; > reg = <1>; > + > + psu@58 { > + compatible = "pmbus"; > + reg = <0x58>; > + }; > }; > > i2c_psu3: i2c@2 { > #address-cells = <1>; > #size-cells = <0>; > reg = <2>; > + > + psu@58 { > + compatible = "pmbus"; > + reg = <0x58>; > + }; > }; > > i2c_psu2: i2c@3 { > #address-cells = <1>; > #size-cells = <0>; > reg = <3>; > + > + psu@59 { > + compatible = "pmbus"; > + reg = <0x59>; > + }; > }; > }; > > -- > 2.19.0.rc1.350.ge57e33dbd1-goog >