mbox series

[v2,0/2] add uSDHC and SCMI nodes to the S32G2 SoC

Message ID 20240122140602.1006813-1-ghennadi.procopciuc@oss.nxp.com (mailing list archive)
Headers show
Series add uSDHC and SCMI nodes to the S32G2 SoC | expand

Message

Ghennadi Procopciuc Jan. 22, 2024, 2:05 p.m. UTC
From: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>

This patchset adds device tree support for S32G2 SCMI firmware and uSDHC
node. The SCMI clock IDs are based on a downstream version of the TF-A
stored on GitHub [0].

I can send the patches individually if you prefer that instead of
submitting them all at once.??

[0] https://github.com/nxp-auto-linux/arm-trusted-firmware

Changes in v2:
 - The SCMI clock bindings header has been removed.

Ghennadi Procopciuc (2):
  arm64: dts: s32g: add SCMI firmware node
  arm64: dts: s32g: add uSDHC node

 arch/arm64/boot/dts/freescale/s32g2.dtsi      | 37 ++++++++++++++++++-
 .../arm64/boot/dts/freescale/s32g274a-evb.dts |  6 ++-
 .../boot/dts/freescale/s32g274a-rdb2.dts      |  6 ++-
 3 files changed, 46 insertions(+), 3 deletions(-)

Comments

Ghennadi Procopciuc Feb. 8, 2024, 9:34 a.m. UTC | #1
On 1/22/24 16:05, Ghennadi Procopciuc wrote:
> From: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>
> 
> This patchset adds device tree support for S32G2 SCMI firmware and uSDHC
> node. The SCMI clock IDs are based on a downstream version of the TF-A
> stored on GitHub [0].
> 
> I can send the patches individually if you prefer that instead of
> submitting them all at once.??
> 
> [0] https://github.com/nxp-auto-linux/arm-trusted-firmware
> 
> Changes in v2:
>  - The SCMI clock bindings header has been removed.
> 
> Ghennadi Procopciuc (2):
>   arm64: dts: s32g: add SCMI firmware node
>   arm64: dts: s32g: add uSDHC node
> 
>  arch/arm64/boot/dts/freescale/s32g2.dtsi      | 37 ++++++++++++++++++-
>  .../arm64/boot/dts/freescale/s32g274a-evb.dts |  6 ++-
>  .../boot/dts/freescale/s32g274a-rdb2.dts      |  6 ++-
>  3 files changed, 46 insertions(+), 3 deletions(-)
> 
Hi Chester,

I want to confirm if you are open to accepting the proposed changes for
ARM/NXP S32G architecture, given your maintainer role. Please let me
know if any revisions or adaptations are required.

Regards,
Ghennadi
Chester Lin March 2, 2024, 2:01 a.m. UTC | #2
Hi,

On Thu, Feb 08, 2024 at 11:34:58AM +0200, Ghennadi Procopciuc wrote:
> On 1/22/24 16:05, Ghennadi Procopciuc wrote:
> > From: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>
> > 
> > This patchset adds device tree support for S32G2 SCMI firmware and uSDHC
> > node. The SCMI clock IDs are based on a downstream version of the TF-A
> > stored on GitHub [0].
> > 
> > I can send the patches individually if you prefer that instead of
> > submitting them all at once.??
> > 
> > [0] https://github.com/nxp-auto-linux/arm-trusted-firmware
> > 
> > Changes in v2:
> >  - The SCMI clock bindings header has been removed.
> > 
> > Ghennadi Procopciuc (2):
> >   arm64: dts: s32g: add SCMI firmware node
> >   arm64: dts: s32g: add uSDHC node
> > 
> >  arch/arm64/boot/dts/freescale/s32g2.dtsi      | 37 ++++++++++++++++++-
> >  .../arm64/boot/dts/freescale/s32g274a-evb.dts |  6 ++-
> >  .../boot/dts/freescale/s32g274a-rdb2.dts      |  6 ++-
> >  3 files changed, 46 insertions(+), 3 deletions(-)
> > 
> Hi Chester,
> 
> I want to confirm if you are open to accepting the proposed changes for
> ARM/NXP S32G architecture, given your maintainer role. Please let me
> know if any revisions or adaptations are required.
> 

These patches look good to me.

Hi Shawn,

Per the discussion in another thread, could you help to apply these two
through the imx tree? Thanks!

Chester

> Regards,
> Ghennadi
>
Ghennadi Procopciuc March 20, 2024, 7:38 a.m. UTC | #3
On 3/2/24 04:01, Chester Lin wrote:
[...]
> Hi Shawn,
> 
> Per the discussion in another thread, could you help to apply these two
> through the imx tree? Thanks!
> 
> Chester

Hi Shawn,

I noticed that Chester's email was sent to you as a CC recipient, which
may cause it to be filtered out based on your inbox rules. This is why I
wanted to bring this thread to your attention and kindly ask you to
confirm whether these patches will be pulled through the imx tree.

Regards,
Ghennadi
Shawn Guo March 28, 2024, 6:37 a.m. UTC | #4
On Mon, Jan 22, 2024 at 04:05:59PM +0200, Ghennadi Procopciuc wrote:
> From: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>
> 
> This patchset adds device tree support for S32G2 SCMI firmware and uSDHC
> node. The SCMI clock IDs are based on a downstream version of the TF-A
> stored on GitHub [0].
> 
> I can send the patches individually if you prefer that instead of
> submitting them all at once.??
> 
> [0] https://github.com/nxp-auto-linux/arm-trusted-firmware
> 
> Changes in v2:
>  - The SCMI clock bindings header has been removed.
> 
> Ghennadi Procopciuc (2):
>   arm64: dts: s32g: add SCMI firmware node
>   arm64: dts: s32g: add uSDHC node

Applied both, thanks!