Re: [PATCH v6 5/6] arm64: dts: qcom: Add device tree for Nord Ride board
From: Konrad Dybcio
Date: Thu Jul 16 2026 - 13:19:28 EST
On 7/16/26 4:26 PM, Shawn Guo wrote:
> From: Deepti Jaggi <deepti.jaggi@xxxxxxxxxxxxxxxx>
>
> Add initial device tree for the Qualcomm SA8797P Ride reference board,
> which is built on Nord GearVM variant.
>
> - Configure UART15 as the primary console and UART4 as the secondary
> serial port
> - Enable UFS storage support
> - Define thermal zones for PMIC dies, UFS, and two SDRAM sensors,
> all sourced from SCMI sensor protocol on channel 23
>
> Signed-off-by: Deepti Jaggi <deepti.jaggi@xxxxxxxxxxxxxxxx>
> Signed-off-by: Shawn Guo <shengchao.guo@xxxxxxxxxxxxxxxx>
> ---
[...]
> +&scmi3 {
> + status = "okay";
> +};
> +
> +&scmi11 {
> + status = "okay";
> +};
> +
> +&scmi15 {
> + status = "okay";
> +};
> +
> +&scmi23 {
> + status = "okay";
> +};
Why only these ones? Can all of the SCMI servers be enabled?
Konrad