2023-04-13 13:28:24

by Lakshmi Yadlapati

[permalink] [raw]
Subject: [PATCH v7 5/5] ARM: dts: aspeed: p10bmc: Change power supply info

Bonnell system supports new ACBEL FSG032 power supply on
I2C addresses 5A and 5B. Update the device tree with new
power supply information and device addresses.

Signed-off-by: Lakshmi Yadlapati <[email protected]>
Reviewed-by: Eddie James <[email protected]>
---
arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
index a5be0ee048ec..4f959a4f8b58 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
@@ -552,14 +552,14 @@ ucd90160@64 {
&i2c3 {
status = "okay";

- power-supply@58 {
- compatible = "ibm,cffps";
- reg = <0x58>;
+ power-supply@5a {
+ compatible = "acbel,fsg032";
+ reg = <0x5a>;
};

- power-supply@59 {
- compatible = "ibm,cffps";
- reg = <0x59>;
+ power-supply@5b {
+ compatible = "acbel,fsg032";
+ reg = <0x5b>;
};
};

--
2.37.2


2023-04-16 15:05:09

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH v7 5/5] ARM: dts: aspeed: p10bmc: Change power supply info

On Thu, Apr 13, 2023 at 08:26:27AM -0500, Lakshmi Yadlapati wrote:
> Bonnell system supports new ACBEL FSG032 power supply on
> I2C addresses 5A and 5B. Update the device tree with new
> power supply information and device addresses.
>
> Signed-off-by: Lakshmi Yadlapati <[email protected]>
> Reviewed-by: Eddie James <[email protected]>

This patch will have to be applied through an ARM tree.

Acked-by: Guenter Roeck <[email protected]>

Thanks,
Guenter

> ---
> arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
> index a5be0ee048ec..4f959a4f8b58 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
> @@ -552,14 +552,14 @@ ucd90160@64 {
> &i2c3 {
> status = "okay";
>
> - power-supply@58 {
> - compatible = "ibm,cffps";
> - reg = <0x58>;
> + power-supply@5a {
> + compatible = "acbel,fsg032";
> + reg = <0x5a>;
> };
>
> - power-supply@59 {
> - compatible = "ibm,cffps";
> - reg = <0x59>;
> + power-supply@5b {
> + compatible = "acbel,fsg032";
> + reg = <0x5b>;
> };
> };
>

2023-04-17 08:38:26

by Joel Stanley

[permalink] [raw]
Subject: Re: [PATCH v7 5/5] ARM: dts: aspeed: p10bmc: Change power supply info

On Sun, 16 Apr 2023 at 14:43, Guenter Roeck <[email protected]> wrote:
>
> On Thu, Apr 13, 2023 at 08:26:27AM -0500, Lakshmi Yadlapati wrote:
> > Bonnell system supports new ACBEL FSG032 power supply on
> > I2C addresses 5A and 5B. Update the device tree with new
> > power supply information and device addresses.
> >
> > Signed-off-by: Lakshmi Yadlapati <[email protected]>
> > Reviewed-by: Eddie James <[email protected]>
>
> This patch will have to be applied through an ARM tree.
>
> Acked-by: Guenter Roeck <[email protected]>

Thanks, I sent it as part of the aspeed pull request.