linux-loongson/arch/arm64/boot/dts/qcom/msm8956.dtsi
Rob Herring (Arm) c8a346e408 arm64: dts: qcom: Split PMU nodes for heterogeneous CPUs
Arm heterogeneous configurations should have separate PMU nodes for each
CPU uarch as the uarch specific events can be different. The
"arm,armv8-pmuv3" compatible is also intended for s/w models rather than
specific uarch implementations.

All the kryo CPUs are missing PMU compatibles, so they can't be fixed.

Signed-off-by: "Rob Herring (Arm)" <robh@kernel.org>
Link: https://lore.kernel.org/r/20240417204247.3216703-1-robh@kernel.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
2024-05-28 16:07:35 -05:00

23 lines
597 B
Plaintext

// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2016-2022, AngeloGioacchino Del Regno
* <angelogioacchino.delregno@collabora.com>
* Copyright (c) 2022, Konrad Dybcio <konrad.dybcio@somainline.org>
* Copyright (c) 2022, Marijn Suijten <marijn.suijten@somainline.org>
*/
#include "msm8976.dtsi"
&pmu_a72 {
interrupts = <GIC_PPI 7 (GIC_CPU_MASK_RAW(0x30) | IRQ_TYPE_LEVEL_HIGH)>;
};
&tsens {
compatible = "qcom,msm8956-tsens", "qcom,tsens-v1";
};
/*
* You might be wondering.. why is it so empty out there?
* Well, the SoCs are almost identical.
*/