* [PATCH 2/2] ARM: dts: aspeed: quanta-q7l1: Add four PSUs
@ 2018-08-22 17:12 Patrick Venture
2018-08-31 20:54 ` Patrick Venture
0 siblings, 1 reply; 2+ messages in thread
From: Patrick Venture @ 2018-08-22 17:12 UTC (permalink / raw)
To: linux-aspeed
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
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH 2/2] ARM: dts: aspeed: quanta-q7l1: Add four PSUs
2018-08-22 17:12 [PATCH 2/2] ARM: dts: aspeed: quanta-q7l1: Add four PSUs Patrick Venture
@ 2018-08-31 20:54 ` Patrick Venture
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Venture @ 2018-08-31 20:54 UTC (permalink / raw)
To: linux-aspeed
On Wed, Aug 22, 2018 at 10:12 AM Patrick Venture <venture@google.com> wrote:
>
> 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
>
Just noticed I typo'd q7l1 and q71l. I'll send this patch as a new
version with the correction.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-08-31 20:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-22 17:12 [PATCH 2/2] ARM: dts: aspeed: quanta-q7l1: Add four PSUs Patrick Venture
2018-08-31 20:54 ` Patrick Venture
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox