From: Patrick Venture <venture@google.com>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH 2/2] ARM: dts: aspeed: quanta-q7l1: Add four PSUs
Date: Wed, 22 Aug 2018 10:12:38 -0700 [thread overview]
Message-ID: <20180822171238.227972-1-venture@google.com> (raw)
Enable the four PSUs via generic PMBUS.
Signed-off-by: Patrick Venture <venture@google.com>
---
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 at 59 {
+ compatible = "pmbus";
+ reg = <0x59>;
+ };
};
i2c_psu1: i2c at 1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
+
+ psu at 58 {
+ compatible = "pmbus";
+ reg = <0x58>;
+ };
};
i2c_psu3: i2c at 2 {
#address-cells = <1>;
#size-cells = <0>;
reg = <2>;
+
+ psu at 58 {
+ compatible = "pmbus";
+ reg = <0x58>;
+ };
};
i2c_psu2: i2c at 3 {
#address-cells = <1>;
#size-cells = <0>;
reg = <3>;
+
+ psu at 59 {
+ compatible = "pmbus";
+ reg = <0x59>;
+ };
};
};
--
2.18.0.1017.ga543ac7ca45-goog
next reply other threads:[~2018-08-22 17:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-22 17:12 Patrick Venture [this message]
2018-08-31 20:54 ` [PATCH 2/2] ARM: dts: aspeed: quanta-q7l1: Add four PSUs 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=20180822171238.227972-1-venture@google.com \
--to=venture@google.com \
--cc=linux-aspeed@lists.ozlabs.org \
/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