[PATCH v2 0/2] Add SoC ID for Nord SA8797P

Shawn Guo posted 2 patches 1 month, 2 weeks ago
drivers/soc/qcom/socinfo.c         | 1 +
include/dt-bindings/arm/qcom,ids.h | 1 +
2 files changed, 2 insertions(+)
[PATCH v2 0/2] Add SoC ID for Nord SA8797P
Posted by Shawn Guo 1 month, 2 weeks ago
Nord is a SoC family from Qualcomm designed as the next generation of
Lemans series. SA8797P is the automotive variant of Nord, where the
platform resources such as clocks, regulators, interconnects, etc. are
managed by firmware through SCMI.

This series adds Nord SA8797P SoC ID to dt-bindngs header and socinfo
driver.

The SoC ID of Nord IoT variant will be added separately later.

Changes in v2:
 - Drop the Nord SA8797P introduction from driver patch as binding
   one already has it
 - Change typing style to use "single space" instead of "double space"
 - Link to v1: https://lore.kernel.org/all/20260421040231.1256998-1-shengchao.guo@oss.qualcomm.com/

Deepti Jaggi (2):
  dt-bindings: arm: qcom,ids: Add SoC ID for Nord SA8797P
  soc: qcom: socinfo: Add SoC ID for Nord SA8797P

 drivers/soc/qcom/socinfo.c         | 1 +
 include/dt-bindings/arm/qcom,ids.h | 1 +
 2 files changed, 2 insertions(+)

-- 
2.43.0
Re: [PATCH v2 0/2] Add SoC ID for Nord SA8797P
Posted by Bjorn Andersson 3 weeks, 5 days ago
On Mon, 27 Apr 2026 08:35:29 +0800, Shawn Guo wrote:
> Nord is a SoC family from Qualcomm designed as the next generation of
> Lemans series. SA8797P is the automotive variant of Nord, where the
> platform resources such as clocks, regulators, interconnects, etc. are
> managed by firmware through SCMI.
> 
> This series adds Nord SA8797P SoC ID to dt-bindngs header and socinfo
> driver.
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: arm: qcom,ids: Add SoC ID for Nord SA8797P
      commit: 0670a10b7c22bef36d9e1ca5a75b832db4508a1b
[2/2] soc: qcom: socinfo: Add SoC ID for Nord SA8797P
      commit: b0bc160c311a0e7163c00a7e66116d28ce9771df

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH v2 0/2] Add SoC ID for Nord SA8797P
Posted by Shawn Guo 4 weeks ago
On Mon, Apr 27, 2026 at 08:35:29AM +0800, Shawn Guo wrote:
> Nord is a SoC family from Qualcomm designed as the next generation of
> Lemans series. SA8797P is the automotive variant of Nord, where the
> platform resources such as clocks, regulators, interconnects, etc. are
> managed by firmware through SCMI.
> 
> This series adds Nord SA8797P SoC ID to dt-bindngs header and socinfo
> driver.
> 
> The SoC ID of Nord IoT variant will be added separately later.
> 
> Changes in v2:
>  - Drop the Nord SA8797P introduction from driver patch as binding
>    one already has it
>  - Change typing style to use "single space" instead of "double space"
>  - Link to v1: https://lore.kernel.org/all/20260421040231.1256998-1-shengchao.guo@oss.qualcomm.com/
> 
> Deepti Jaggi (2):
>   dt-bindings: arm: qcom,ids: Add SoC ID for Nord SA8797P
>   soc: qcom: socinfo: Add SoC ID for Nord SA8797P
> 
>  drivers/soc/qcom/socinfo.c         | 1 +
>  include/dt-bindings/arm/qcom,ids.h | 1 +
>  2 files changed, 2 insertions(+)

Bjorn,

Just want to let you know that I'm including these changes into Nord DTS
series.

Shawn