All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] ARM: dts: aspeed: inspur-fp5280g2: Add ipsps1 driver
@ 2020-12-25  1:51 George Liu
  2021-01-11  3:24 ` Joel Stanley
  0 siblings, 1 reply; 2+ messages in thread
From: George Liu @ 2020-12-25  1:51 UTC (permalink / raw)
  To: joel, openbmc

power-supply is compatible with Inspur's ipsps1 driver

Signed-off-by: George Liu <liuxiwei@inspur.com>
---
 arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts b/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
index efe521538d70..07593897fc9a 100644
--- a/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
@@ -789,12 +789,12 @@ &i2c11 {
 	status = "okay";
 
 	power-supply@58 {
-		compatible = "pmbus";
+		compatible = "inspur,ipsps1";
 		reg = <0x58>;
 	};
 
 	power-supply@59 {
-		compatible = "pmbus";
+		compatible = "inspur,ipsps1";
 		reg = <0x59>;
 	};
 };
-- 
2.25.1


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

* Re: [PATCH 2/2] ARM: dts: aspeed: inspur-fp5280g2: Add ipsps1 driver
  2020-12-25  1:51 [PATCH 2/2] ARM: dts: aspeed: inspur-fp5280g2: Add ipsps1 driver George Liu
@ 2021-01-11  3:24 ` Joel Stanley
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Stanley @ 2021-01-11  3:24 UTC (permalink / raw)
  To: George Liu; +Cc: OpenBMC Maillist

Hi George,

On Fri, 25 Dec 2020 at 01:51, George Liu <liuxiwei1013@gmail.com> wrote:
>
> power-supply is compatible with Inspur's ipsps1 driver
>
> Signed-off-by: George Liu <liuxiwei@inspur.com>

I've merged both of these patches to dev-5.8.

Please ensure you submit them on the mainline mailing lists, to the
addresses provided by scripts/get_maintainer.pl.

Your two patches were not threaded as replies, so please ensure you
use git-send-email to send them together when submitting for mainline.

Cheers,

Joel


> ---
>  arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts b/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
> index efe521538d70..07593897fc9a 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
> @@ -789,12 +789,12 @@ &i2c11 {
>         status = "okay";
>
>         power-supply@58 {
> -               compatible = "pmbus";
> +               compatible = "inspur,ipsps1";
>                 reg = <0x58>;
>         };
>
>         power-supply@59 {
> -               compatible = "pmbus";
> +               compatible = "inspur,ipsps1";
>                 reg = <0x59>;
>         };
>  };
> --
> 2.25.1
>

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

end of thread, other threads:[~2021-01-11  3:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-25  1:51 [PATCH 2/2] ARM: dts: aspeed: inspur-fp5280g2: Add ipsps1 driver George Liu
2021-01-11  3:24 ` Joel Stanley

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.