From: Joel Stanley <joel@jms.id.au>
To: Patrick Venture <venture@google.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree <devicetree@vger.kernel.org>,
linux-aspeed@lists.ozlabs.org, Andrew Jeffery <andrew@aj.id.au>,
Rob Herring <robh+dt@kernel.org>,
Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v2 2/2] ARM: dts: aspeed: quanta-q71l: Add four PSUs
Date: Fri, 31 Aug 2018 14:30:26 -0700 [thread overview]
Message-ID: <CACPK8XfcXG6HOWKALoWLe5uvYR7uqPUTWXT6fuuNGP9+mUGSDw@mail.gmail.com> (raw)
In-Reply-To: <20180831205855.242061-1-venture@google.com>
On Fri, 31 Aug 2018 at 13:59, Patrick Venture <venture@google.com> wrote:
>
> Enable the four PSUs via generic PMBUS.
>
> Signed-off-by: Patrick Venture <venture@google.com>
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
>
next prev parent reply other threads:[~2018-08-31 21:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-31 20:58 [PATCH v2 2/2] ARM: dts: aspeed: quanta-q71l: Add four PSUs Patrick Venture
2018-08-31 21:30 ` Joel Stanley [this message]
2018-09-13 23:26 ` Joel Stanley
2018-09-13 23:27 ` Patrick Venture
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CACPK8XfcXG6HOWKALoWLe5uvYR7uqPUTWXT6fuuNGP9+mUGSDw@mail.gmail.com \
--to=joel@jms.id.au \
--cc=andrew@aj.id.au \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-aspeed@lists.ozlabs.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=venture@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).