devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: aspeed: mtjade,mtmitchell: Add BMC SSIF nodes
@ 2022-10-24  8:11 Quan Nguyen
  2022-11-16  7:06 ` Quan Nguyen
  0 siblings, 1 reply; 4+ messages in thread
From: Quan Nguyen @ 2022-10-24  8:11 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Joel Stanley, Andrew Jeffery,
	Open Source Submission
  Cc: devicetree, linux-kernel, openbmc, linux-arm-kernel, linux-aspeed,
	Phong Vo, thang, Quan Nguyen

Add BMC SSIF node to support IPMI in-band communication.

Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>
---
 arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts     | 4 ++++
 arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
index d127cbcc7998..353359822d7b 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
@@ -342,6 +342,10 @@ &mac1 {
 
 &i2c0 {
 	status = "okay";
+	ssif-bmc@10 {
+		compatible = "ssif-bmc";
+		reg = <0x10>;
+	};
 };
 
 &i2c1 {
diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts b/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
index 606cd4be245a..4b91600eaf62 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
@@ -445,6 +445,10 @@ &i2c9 {
 
 &i2c11 {
 	status = "okay";
+	ssif-bmc@10 {
+		compatible = "ssif-bmc";
+		reg = <0x10>;
+	};
 };
 
 &i2c14 {
-- 
2.35.1


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

* Re: [PATCH] ARM: dts: aspeed: mtjade,mtmitchell: Add BMC SSIF nodes
  2022-10-24  8:11 [PATCH] ARM: dts: aspeed: mtjade,mtmitchell: Add BMC SSIF nodes Quan Nguyen
@ 2022-11-16  7:06 ` Quan Nguyen
  2022-11-17  3:01   ` Joel Stanley
  0 siblings, 1 reply; 4+ messages in thread
From: Quan Nguyen @ 2022-11-16  7:06 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Joel Stanley, Andrew Jeffery,
	Open Source Submission
  Cc: devicetree, linux-kernel, openbmc, linux-arm-kernel, linux-aspeed,
	Phong Vo, thang


Just a gentle ping about this patch.

Thanks and best regards,
- Quan

On 24/10/2022 15:11, Quan Nguyen wrote:
> Add BMC SSIF node to support IPMI in-band communication.
> 
> Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>
> ---
>   arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts     | 4 ++++
>   arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts | 4 ++++
>   2 files changed, 8 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
> index d127cbcc7998..353359822d7b 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
> @@ -342,6 +342,10 @@ &mac1 {
>   
>   &i2c0 {
>   	status = "okay";
> +	ssif-bmc@10 {
> +		compatible = "ssif-bmc";
> +		reg = <0x10>;
> +	};
>   };
>   
>   &i2c1 {
> diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts b/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
> index 606cd4be245a..4b91600eaf62 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
> @@ -445,6 +445,10 @@ &i2c9 {
>   
>   &i2c11 {
>   	status = "okay";
> +	ssif-bmc@10 {
> +		compatible = "ssif-bmc";
> +		reg = <0x10>;
> +	};
>   };
>   
>   &i2c14 {

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

* Re: [PATCH] ARM: dts: aspeed: mtjade,mtmitchell: Add BMC SSIF nodes
  2022-11-16  7:06 ` Quan Nguyen
@ 2022-11-17  3:01   ` Joel Stanley
  2022-11-17  3:23     ` Quan Nguyen
  0 siblings, 1 reply; 4+ messages in thread
From: Joel Stanley @ 2022-11-17  3:01 UTC (permalink / raw)
  To: Quan Nguyen
  Cc: Rob Herring, Krzysztof Kozlowski, Andrew Jeffery,
	Open Source Submission, devicetree, linux-kernel, openbmc,
	linux-arm-kernel, linux-aspeed, Phong Vo, thang

On Wed, 16 Nov 2022 at 07:06, Quan Nguyen <quan@os.amperecomputing.com> wrote:
>
>
> Just a gentle ping about this patch.
>
> Thanks and best regards,
> - Quan
>
> On 24/10/2022 15:11, Quan Nguyen wrote:
> > Add BMC SSIF node to support IPMI in-band communication.
> >
> > Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>

Applied, thanks.


> > ---
> >   arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts     | 4 ++++
> >   arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts | 4 ++++
> >   2 files changed, 8 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
> > index d127cbcc7998..353359822d7b 100644
> > --- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
> > +++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
> > @@ -342,6 +342,10 @@ &mac1 {
> >
> >   &i2c0 {
> >       status = "okay";
> > +     ssif-bmc@10 {
> > +             compatible = "ssif-bmc";
> > +             reg = <0x10>;
> > +     };
> >   };
> >
> >   &i2c1 {
> > diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts b/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
> > index 606cd4be245a..4b91600eaf62 100644
> > --- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
> > +++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
> > @@ -445,6 +445,10 @@ &i2c9 {
> >
> >   &i2c11 {
> >       status = "okay";
> > +     ssif-bmc@10 {
> > +             compatible = "ssif-bmc";
> > +             reg = <0x10>;
> > +     };
> >   };
> >
> >   &i2c14 {

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

* Re: [PATCH] ARM: dts: aspeed: mtjade,mtmitchell: Add BMC SSIF nodes
  2022-11-17  3:01   ` Joel Stanley
@ 2022-11-17  3:23     ` Quan Nguyen
  0 siblings, 0 replies; 4+ messages in thread
From: Quan Nguyen @ 2022-11-17  3:23 UTC (permalink / raw)
  To: Joel Stanley
  Cc: Rob Herring, Krzysztof Kozlowski, Andrew Jeffery,
	Open Source Submission, devicetree, linux-kernel, openbmc,
	linux-arm-kernel, linux-aspeed, Phong Vo, thang



On 17/11/2022 10:01, Joel Stanley wrote:
> On Wed, 16 Nov 2022 at 07:06, Quan Nguyen <quan@os.amperecomputing.com> wrote:
>>
>>
>> Just a gentle ping about this patch.
>>
>> Thanks and best regards,
>> - Quan
>>
>> On 24/10/2022 15:11, Quan Nguyen wrote:
>>> Add BMC SSIF node to support IPMI in-band communication.
>>>
>>> Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>
> 
> Applied, thanks.
> 

Thanks Joel.
- Quan

> 
>>> ---
>>>    arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts     | 4 ++++
>>>    arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts | 4 ++++
>>>    2 files changed, 8 insertions(+)
>>>
>>> diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
>>> index d127cbcc7998..353359822d7b 100644
>>> --- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
>>> +++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
>>> @@ -342,6 +342,10 @@ &mac1 {
>>>
>>>    &i2c0 {
>>>        status = "okay";
>>> +     ssif-bmc@10 {
>>> +             compatible = "ssif-bmc";
>>> +             reg = <0x10>;
>>> +     };
>>>    };
>>>
>>>    &i2c1 {
>>> diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts b/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
>>> index 606cd4be245a..4b91600eaf62 100644
>>> --- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
>>> +++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
>>> @@ -445,6 +445,10 @@ &i2c9 {
>>>
>>>    &i2c11 {
>>>        status = "okay";
>>> +     ssif-bmc@10 {
>>> +             compatible = "ssif-bmc";
>>> +             reg = <0x10>;
>>> +     };
>>>    };
>>>
>>>    &i2c14 {

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

end of thread, other threads:[~2022-11-17  3:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-24  8:11 [PATCH] ARM: dts: aspeed: mtjade,mtmitchell: Add BMC SSIF nodes Quan Nguyen
2022-11-16  7:06 ` Quan Nguyen
2022-11-17  3:01   ` Joel Stanley
2022-11-17  3:23     ` Quan Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).