mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 14:13:39 +00:00

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>
23 lines
597 B
Plaintext
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.
|
|
*/
|