Re: [PATCH v5 00/15] Add initial support for Qualcomm Kuno SoC
From: Ulf Hansson
Date: Tue Sep 01 2026 - 11:55:23 EST
On Thu, Aug 27, 2026 at 7:51 PM Hardeep Sharma
<hardeep.sharma@xxxxxxxxxxxxxxxx> wrote:
>
> This series adds initial support for the Qualcomm Kuno SoC and the Kuno
> IDP reference board.
>
> Kuno is a 32-bit ARM (Cortex-A7) Qualcomm platform. This series brings up
> the essential SoC infrastructure required to boot to a serial console:
>
> - Global Clock Controller (GCC) and RPMh clock controller
> - RPMh power domains
> - Interconnect (NoC) provider
> - TLMM pin controller
> - PDC interrupt controller and SCM firmware interface
> - Devicetree for the SoC and the Kuno IDP board
>
> The soc: qcom: geni-se patch allows the GENI serial engine driver to be
> selected on 32-bit ARM Qualcomm SoCs, which the debug UART console
> depends on.
>
> Signed-off-by: Hardeep Sharma <hardeep.sharma@xxxxxxxxxxxxxxxx>
> ---
> Changes in v5:
> - Selected QCOM_GDSC from the Kuno GCC config. The driver registers GDSCs
> (added in v4), so like the other Qualcomm GCC drivers it must select
> QCOM_GDSC; otherwise, in a configuration where nothing else enables it
> (e.g. COMPILE_TEST or a minimal Kuno-only build), gdsc_register() returns
> -ENOSYS and the clock controller fails to probe.
> - Link to v4: https://lore.kernel.org/all/20260827-kuno-soc-support-v4-0-dd34f235fc1a@xxxxxxxxxxxxxxxx/
>
Patch 2 and 3 applied for next, thanks!
[...]
Kind regards
Uffe