Re: [PATCH v4 0/4] Add initial device trees for Nord SA8797P

From: Shawn Guo

Date: Tue Jul 07 2026 - 09:54:12 EST


On Tue, Jul 07, 2026 at 08:38:58PM +0800, Shawn Guo wrote:
> This series adds initial device tree support for Qualcomm's Nord SA8797P
> SoC and the SA8797P Ride reference board.
>
> The Nord is a new generation of SoC series from Qualcomm built around
> 18 Oryon cores (qcom,oryon-1-5) organized in three clusters. SA8797P
> is the automotive variant in the family. The IoT variant IQ-10 will be
> added later, by sharing the base nord.dtsi with SA8797P.
>
> Binding Dependencies:
> - ICE: https://lore.kernel.org/all/20260704004408.2303468-1-shengchao.guo@xxxxxxxxxxxxxxxx/
> - I2C: https://lore.kernel.org/all/20260707095708.3801043-1-shengchao.guo@xxxxxxxxxxxxxxxx/
>
> Changes for v4:
> - Rebase on next-20260706
> - 1/4: Drop unuseful comments from arm,gic-v3 reg property
> - 1/4: One triple per line for qcom,pdc-ranges
> - 2/4: Improve commit log as suggested by Konrad
> - 4/4: Drop 0 polling-delay as that's the default value
> - 4/4: Name PMIC thermal zones with prefix "pmic" rather than "pm"
> - 4/4: Drop 135 C trip point from PMIC thermal zones as hardware will shutdown
> at 125 C
> - 4/4: Have trip0 at 105 C as passive and trip1 at 115 C as critical for UFS
> and SDRAM thermal zones

I have to resend to include a change missing from committing. Sorry
about that!

Shawn