openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: aspeed: mtjade: Add SMPro nodes
@ 2022-11-18  6:51 Quan Nguyen
  2023-02-13  7:42 ` Quan Nguyen
  2023-02-14  4:02 ` Thang Nguyen OS
  0 siblings, 2 replies; 6+ messages in thread
From: Quan Nguyen @ 2022-11-18  6:51 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Joel Stanley, Andrew Jeffery
  Cc: devicetree, linux-aspeed, openbmc, linux-kernel, Quan Nguyen,
	Open Source Submission, linux-arm-kernel

Add SMPro nodes to Mt. Jade BMC.

Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>
---
 arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts | 8 ++++++++
 1 file 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 353359822d7b..0a51d2e32fab 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
@@ -354,6 +354,14 @@ &i2c1 {
 
 &i2c2 {
 	status = "okay";
+	smpro@4f {
+		compatible = "ampere,smpro";
+		reg = <0x4f>;
+	};
+	smpro@4e {
+		compatible = "ampere,smpro";
+		reg = <0x4e>;
+	};
 };
 
 &i2c3 {
-- 
2.35.1


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

* Re: [PATCH] ARM: dts: aspeed: mtjade: Add SMPro nodes
  2022-11-18  6:51 [PATCH] ARM: dts: aspeed: mtjade: Add SMPro nodes Quan Nguyen
@ 2023-02-13  7:42 ` Quan Nguyen
  2023-02-22  1:16   ` Joel Stanley
  2023-02-14  4:02 ` Thang Nguyen OS
  1 sibling, 1 reply; 6+ messages in thread
From: Quan Nguyen @ 2023-02-13  7:42 UTC (permalink / raw)
  To: Joel Stanley; +Cc: openbmc, Open Source Submission

Dear Joel,

Can I ask you for help to pick this patch to openbmc/linux dev-6.0 
branch? This was accepted in linux-next but not yet picked to openbmc repo.

Thank you for the help.
- Quan

On 18/11/2022 13:51, Quan Nguyen wrote:
> Add SMPro nodes to Mt. Jade BMC.
> 
> Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>
> ---
>   arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts | 8 ++++++++
>   1 file 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 353359822d7b..0a51d2e32fab 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
> @@ -354,6 +354,14 @@ &i2c1 {
>   
>   &i2c2 {
>   	status = "okay";
> +	smpro@4f {
> +		compatible = "ampere,smpro";
> +		reg = <0x4f>;
> +	};
> +	smpro@4e {
> +		compatible = "ampere,smpro";
> +		reg = <0x4e>;
> +	};
>   };
>   
>   &i2c3 {

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

* Re: [PATCH] ARM: dts: aspeed: mtjade: Add SMPro nodes
  2022-11-18  6:51 [PATCH] ARM: dts: aspeed: mtjade: Add SMPro nodes Quan Nguyen
  2023-02-13  7:42 ` Quan Nguyen
@ 2023-02-14  4:02 ` Thang Nguyen OS
  2023-02-22  1:17   ` Joel Stanley
  1 sibling, 1 reply; 6+ messages in thread
From: Thang Nguyen OS @ 2023-02-14  4:02 UTC (permalink / raw)
  To: Quan Nguyen OS
  Cc: devicetree, linux-aspeed, Andrew Jeffery, openbmc, linux-kernel,
	Rob Herring, Joel Stanley, Krzysztof Kozlowski,
	Open Source Submission, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 1059 bytes --]



On 18 Nov 2022, at 13:51, Quan Nguyen OS <quan@os.amperecomputing.com> wrote:

Add SMPro nodes to Mt. Jade BMC.

Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>
---
arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts | 8 ++++++++
1 file 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 353359822d7b..0a51d2e32fab 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
@@ -354,6 +354,14 @@ &i2c1 {

&i2c2 {
status = "okay";
+ smpro@4f {
+ compatible = "ampere,smpro";
+ reg = <0x4f>;
+ };
+ smpro@4e {
+ compatible = "ampere,smpro";
+ reg = <0x4e>;
+ };
};

&i2c3 {
--
2.35.1

Hi Joel,
Can you also pick https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=7c07553807c5125c89de242d35c10c206fd8e6bb to fix USB gadget issue? It is to support multiple devices (i.e. virtual media, USB Ethernet, …) at the same time?

Thanks,
Thang Q. Nguyen

[-- Attachment #2: Type: text/html, Size: 2575 bytes --]

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

* Re: [PATCH] ARM: dts: aspeed: mtjade: Add SMPro nodes
  2023-02-13  7:42 ` Quan Nguyen
@ 2023-02-22  1:16   ` Joel Stanley
  2023-02-23  6:40     ` Quan Nguyen
  0 siblings, 1 reply; 6+ messages in thread
From: Joel Stanley @ 2023-02-22  1:16 UTC (permalink / raw)
  To: Quan Nguyen; +Cc: openbmc, Open Source Submission

On Mon, 13 Feb 2023 at 07:43, Quan Nguyen <quan@os.amperecomputing.com> wrote:
>
> Dear Joel,
>
> Can I ask you for help to pick this patch to openbmc/linux dev-6.0
> branch? This was accepted in linux-next but not yet picked to openbmc repo.

We're moving to 6.1, which includes this change. As 6.0 is EOL from an
upstream stable perspective I won't pick the patch into that tree.

Cheers,

Joel

>
> Thank you for the help.
> - Quan
>
> On 18/11/2022 13:51, Quan Nguyen wrote:
> > Add SMPro nodes to Mt. Jade BMC.
> >
> > Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>
> > ---
> >   arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts | 8 ++++++++
> >   1 file 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 353359822d7b..0a51d2e32fab 100644
> > --- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
> > +++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
> > @@ -354,6 +354,14 @@ &i2c1 {
> >
> >   &i2c2 {
> >       status = "okay";
> > +     smpro@4f {
> > +             compatible = "ampere,smpro";
> > +             reg = <0x4f>;
> > +     };
> > +     smpro@4e {
> > +             compatible = "ampere,smpro";
> > +             reg = <0x4e>;
> > +     };
> >   };
> >
> >   &i2c3 {

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

* Re: [PATCH] ARM: dts: aspeed: mtjade: Add SMPro nodes
  2023-02-14  4:02 ` Thang Nguyen OS
@ 2023-02-22  1:17   ` Joel Stanley
  0 siblings, 0 replies; 6+ messages in thread
From: Joel Stanley @ 2023-02-22  1:17 UTC (permalink / raw)
  To: Thang Nguyen OS
  Cc: devicetree, linux-aspeed, Andrew Jeffery, openbmc, linux-kernel,
	Rob Herring, Quan Nguyen OS, Krzysztof Kozlowski,
	Open Source Submission, linux-arm-kernel

On Tue, 14 Feb 2023 at 04:02, Thang Nguyen OS
<thang@amperemail.onmicrosoft.com> wrote:

> Hi Joel,
> Can you also pick https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=7c07553807c5125c89de242d35c10c206fd8e6bb to fix USB gadget issue? It is to support multiple devices (i.e. virtual media, USB Ethernet, …) at the same time?

This is also in dev-6.1 already.

Thanks for getting your changes upstream!

Cheers,

Joel

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

* Re: [PATCH] ARM: dts: aspeed: mtjade: Add SMPro nodes
  2023-02-22  1:16   ` Joel Stanley
@ 2023-02-23  6:40     ` Quan Nguyen
  0 siblings, 0 replies; 6+ messages in thread
From: Quan Nguyen @ 2023-02-23  6:40 UTC (permalink / raw)
  To: Joel Stanley; +Cc: openbmc, Open Source Submission

Thanks Joel,

We will switch to dev-6.1

- Quan

On 22/02/2023 08:16, Joel Stanley wrote:
> On Mon, 13 Feb 2023 at 07:43, Quan Nguyen <quan@os.amperecomputing.com> wrote:
>>
>> Dear Joel,
>>
>> Can I ask you for help to pick this patch to openbmc/linux dev-6.0
>> branch? This was accepted in linux-next but not yet picked to openbmc repo.
> 
> We're moving to 6.1, which includes this change. As 6.0 is EOL from an
> upstream stable perspective I won't pick the patch into that tree.
> 
> Cheers,
> 
> Joel
> 
>>
>> Thank you for the help.
>> - Quan
>>
>> On 18/11/2022 13:51, Quan Nguyen wrote:
>>> Add SMPro nodes to Mt. Jade BMC.
>>>
>>> Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>
>>> ---
>>>    arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts | 8 ++++++++
>>>    1 file 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 353359822d7b..0a51d2e32fab 100644
>>> --- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
>>> +++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
>>> @@ -354,6 +354,14 @@ &i2c1 {
>>>
>>>    &i2c2 {
>>>        status = "okay";
>>> +     smpro@4f {
>>> +             compatible = "ampere,smpro";
>>> +             reg = <0x4f>;
>>> +     };
>>> +     smpro@4e {
>>> +             compatible = "ampere,smpro";
>>> +             reg = <0x4e>;
>>> +     };
>>>    };
>>>
>>>    &i2c3 {

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

end of thread, other threads:[~2023-02-23  6:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-18  6:51 [PATCH] ARM: dts: aspeed: mtjade: Add SMPro nodes Quan Nguyen
2023-02-13  7:42 ` Quan Nguyen
2023-02-22  1:16   ` Joel Stanley
2023-02-23  6:40     ` Quan Nguyen
2023-02-14  4:02 ` Thang Nguyen OS
2023-02-22  1:17   ` Joel Stanley

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).