All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 2/2] ARM: dts: aspeed: quanta-q71l: Add four PSUs
@ 2018-08-31 20:58 ` Patrick Venture
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Venture @ 2018-08-31 20:58 UTC (permalink / raw)
  To: venture, joel, robh+dt, andrew, mark.rutland
  Cc: devicetree, linux-aspeed, linux-arm-kernel

Enable the four PSUs via generic PMBUS.

Signed-off-by: Patrick Venture <venture@google.com>
---
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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH v2 2/2] ARM: dts: aspeed: quanta-q71l: Add four PSUs
@ 2018-08-31 20:58 ` Patrick Venture
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Venture @ 2018-08-31 20:58 UTC (permalink / raw)
  To: linux-arm-kernel

Enable the four PSUs via generic PMBUS.

Signed-off-by: Patrick Venture <venture@google.com>
---
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 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.19.0.rc1.350.ge57e33dbd1-goog

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH v2 2/2] ARM: dts: aspeed: quanta-q71l: Add four PSUs
  2018-08-31 20:58 ` Patrick Venture
@ 2018-08-31 21:30   ` Joel Stanley
  -1 siblings, 0 replies; 8+ messages in thread
From: Joel Stanley @ 2018-08-31 21:30 UTC (permalink / raw)
  To: Patrick Venture
  Cc: Mark Rutland, devicetree, linux-aspeed, Andrew Jeffery,
	Rob Herring, Linux ARM

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
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH v2 2/2] ARM: dts: aspeed: quanta-q71l: Add four PSUs
@ 2018-08-31 21:30   ` Joel Stanley
  0 siblings, 0 replies; 8+ messages in thread
From: Joel Stanley @ 2018-08-31 21:30 UTC (permalink / raw)
  To: linux-arm-kernel

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 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.19.0.rc1.350.ge57e33dbd1-goog
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH v2 2/2] ARM: dts: aspeed: quanta-q71l: Add four PSUs
  2018-08-31 20:58 ` Patrick Venture
@ 2018-09-13 23:26   ` Joel Stanley
  -1 siblings, 0 replies; 8+ messages in thread
From: Joel Stanley @ 2018-09-13 23:26 UTC (permalink / raw)
  To: Patrick Venture
  Cc: Mark Rutland, devicetree, linux-aspeed, Andrew Jeffery,
	Rob Herring, Linux ARM

On Sat, 1 Sep 2018 at 06:29, Patrick Venture <venture@google.com> wrote:
>
> Enable the four PSUs via generic PMBUS.
>
> Signed-off-by: Patrick Venture <venture@google.com>
> ---
> Changes for v2:
>  - Fixed the commit header typo s/q7l1/q71l/

I've applied both of these to dt-for-v4.20.

Cheers,

Joel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH v2 2/2] ARM: dts: aspeed: quanta-q71l: Add four PSUs
@ 2018-09-13 23:26   ` Joel Stanley
  0 siblings, 0 replies; 8+ messages in thread
From: Joel Stanley @ 2018-09-13 23:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, 1 Sep 2018 at 06:29, Patrick Venture <venture@google.com> wrote:
>
> Enable the four PSUs via generic PMBUS.
>
> Signed-off-by: Patrick Venture <venture@google.com>
> ---
> Changes for v2:
>  - Fixed the commit header typo s/q7l1/q71l/

I've applied both of these to dt-for-v4.20.

Cheers,

Joel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH v2 2/2] ARM: dts: aspeed: quanta-q71l: Add four PSUs
  2018-09-13 23:26   ` Joel Stanley
@ 2018-09-13 23:27     ` Patrick Venture
  -1 siblings, 0 replies; 8+ messages in thread
From: Patrick Venture @ 2018-09-13 23:27 UTC (permalink / raw)
  To: Joel Stanley
  Cc: mark.rutland, devicetree, linux-aspeed, Andrew Jeffery,
	Rob Herring, linux-arm-kernel

On Thu, Sep 13, 2018 at 4:26 PM Joel Stanley <joel@jms.id.au> wrote:
>
> On Sat, 1 Sep 2018 at 06:29, Patrick Venture <venture@google.com> wrote:
> >
> > Enable the four PSUs via generic PMBUS.
> >
> > Signed-off-by: Patrick Venture <venture@google.com>
> > ---
> > Changes for v2:
> >  - Fixed the commit header typo s/q7l1/q71l/
>
> I've applied both of these to dt-for-v4.20.

Thanks!
>
> Cheers,
>
> Joel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH v2 2/2] ARM: dts: aspeed: quanta-q71l: Add four PSUs
@ 2018-09-13 23:27     ` Patrick Venture
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Venture @ 2018-09-13 23:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Sep 13, 2018 at 4:26 PM Joel Stanley <joel@jms.id.au> wrote:
>
> On Sat, 1 Sep 2018 at 06:29, Patrick Venture <venture@google.com> wrote:
> >
> > Enable the four PSUs via generic PMBUS.
> >
> > Signed-off-by: Patrick Venture <venture@google.com>
> > ---
> > Changes for v2:
> >  - Fixed the commit header typo s/q7l1/q71l/
>
> I've applied both of these to dt-for-v4.20.

Thanks!
>
> Cheers,
>
> Joel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-09-13 23:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-31 20:58 [PATCH v2 2/2] ARM: dts: aspeed: quanta-q71l: Add four PSUs Patrick Venture
2018-08-31 20:58 ` Patrick Venture
2018-08-31 21:30 ` Joel Stanley
2018-08-31 21:30   ` Joel Stanley
2018-09-13 23:26 ` Joel Stanley
2018-09-13 23:26   ` Joel Stanley
2018-09-13 23:27   ` Patrick Venture
2018-09-13 23:27     ` Patrick Venture

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.