[PATCH v2 3/6] arm64: dts: qcom: Add base SM8750 dtsi
Konrad Dybcio
konrad.dybcio at oss.qualcomm.com
Fri Nov 15 12:26:03 PST 2024
On 12.11.2024 1:49 AM, Melody Olvera wrote:
> Add the base dtsi for the SM8750 SoC describing the CPUs, GCC and
> RPMHCC clock controllers, geni UART, interrupt controller, TLMM,
> reserved memory, interconnects, and SMMU.
>
> Co-developed-by: Taniya Das <quic_tdas at quicinc.com>
> Signed-off-by: Taniya Das <quic_tdas at quicinc.com>
> Co-developed-by: Jishnu Prakash <quic_jprakash at quicinc.com>
> Signed-off-by: Jishnu Prakash <quic_jprakash at quicinc.com>
> Co-developed-by: Raviteja Laggyshetty <quic_rlaggysh at quicinc.com>
> Signed-off-by: Raviteja Laggyshetty <quic_rlaggysh at quicinc.com>
> Signed-off-by: Melody Olvera <quic_molvera at quicinc.com>
> ---
[...]
> + power-domain-names = "psci";
> + cpu-idle-states = <&cluster0_c4>;
So here and on x1 we use cpu-idle-states instead of putting the idle state
under domain-idle-states in CPU_PDn like on other PSCI OSI mode-supporting
SoCs. IIUC it works out to be the same thing, but maybe we should stick
to the latter for consistency
[...]
> +
> + gic_its: msi-controller at 16040000 {
> + compatible = "arm,gic-v3-its";
> + reg = <0x0 0x16040000 0x0 0x20000>;
> +
> + msi-controller;
> + #msi-cells = <1>;
> +
> + status = "disabled";
> + };
Any reason it's disabled?
LGTM otherwise
Konrad
More information about the linux-arm-kernel
mailing list