Re: [PATCH 2/4] arm64: dts: qcom: Introduce Shikra SoC base dtsi
From: Komal Bajaj
Date: Sun May 17 2026 - 14:26:34 EST
On 5/15/2026 4:07 PM, Konrad Dybcio wrote:
On 5/12/26 6:08 AM, Komal Bajaj wrote:
Add initial device tree support for the Qualcomm Shikra SoC,[...]
an IoT-focused platform built around a heterogeneous CPU cluster
(Cortex-A55 + Cortex-A78C) with RPM-based power and clock management.
+ pmu {Considering there's 2 core types, you may need something like:
+ compatible = "arm,armv8-pmuv3";
+ interrupts = <GIC_PPI 5 IRQ_TYPE_LEVEL_HIGH>;
9ce52e908bd5 ("arm64: dts: qcom: sm8650: switch to interrupt-cells 4 to add PPI partitions")
2c06e0797c32 ("arm64: dts: qcom: sm8650: add PPI interrupt partitions for the ARM PMUs")
Thanks for the pointer. I’ll update this to add the required PPI partitions, following the SM8650 approach.
+ };Unused label, please drop
+
+ psci: psci {
Sure, will drop it in next instance.
Thanks
Komal
otherwise:
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad