Re: [PATCH v3 0/5] arm64: dts: qcom: Add initial device tree support for Shikra
From: Konrad Dybcio
Date: Mon May 25 2026 - 09:14:40 EST
On 5/22/26 8:02 PM, Komal Bajaj wrote:
> Add initial device tree support for the Qualcomm Shikra SoC.
> Shikra ships in a SoM form factor; this series covers the CQ2390M,
> CQ2390S and IQ2390S SoM variants and their EVK boards.
> The series adds:
> - dt-bindings for the Shikra SoC, CQ2390M/CQ2390S/IQ2390S EVK boards
> - SoC base DTSI
> - CQ2390M SoM DTSI with PM4125 and PM8005 PMIC regulator definitions
> - IQ2390S SoM DTSI with PM8150 PMIC regulator definitions
> - EVK DTS files enabling UART and eMMC on the carrier board
>
> Note: USB support is intentionally dropped from this series. It will be
> sent separately once the USB driver changes for Shikra are concluded.
>
> Signed-off-by: Komal Bajaj <komal.bajaj@xxxxxxxxxxxxxxxx>
>
> ---
> Changes in v3:
> - Drop USB nodes from this series; will be sent separately pending
> conclusion of USB driver changes for Shikra
> - Fix CPU3 reg address (0x300 -> 0x10000)
This part seems to not have gone through (have you verified it at runtime,
e.g. via reading the MPIDR_EL1 register?
> and memory base (0xa0000000 -> 0x80000000) (sashiko-bot)> - Fix power-domain macro: QCM2290_VDDCX -> RPMPD_VDDCX for sdhc (sashiko-bot)
> - Fix MPM interrupt number for ss_phy_irq (8 -> 9) (sashiko-bot)
Hm? I don't see a 8 or a 9 in either this or previous revisions
Konrad