diff mbox series

[v3,5/5] ARM: dts: aspeed: p10bmc: Change power supply info

Message ID 20230321190914.2266216-6-lakshmiy@us.ibm.com (mailing list archive)
State Superseded
Headers show
Series hwmon: (pmbus/acbel-fsg032) Add Acbel power supply | expand

Commit Message

Lakshmi Yadlapati March 21, 2023, 7:09 p.m. UTC
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 <lakshmiy@us.ibm.com>
---
 arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Joel Stanley March 27, 2023, 12:47 a.m. UTC | #1
On Tue, 21 Mar 2023 at 19:09, Lakshmi Yadlapati <lakshmiy@us.ibm.com> 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 <lakshmiy@us.ibm.com>

Eddie, can I get you to review?

I will take this through the aspeed tree.

> ---
>  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
>
Eddie James March 27, 2023, 3 p.m. UTC | #2
On 3/26/23 19:47, Joel Stanley wrote:
> On Tue, 21 Mar 2023 at 19:09, Lakshmi Yadlapati <lakshmiy@us.ibm.com> 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 <lakshmiy@us.ibm.com>
> Eddie, can I get you to review?
>
> I will take this through the aspeed tree.


Reviewed-by: Eddie James <eajames@linux.ibm.com>


>
>> ---
>>   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
>>
diff mbox series

Patch

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>;
 	};
 };