]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm64: dts: qcom: Replace PMU compatible with a53 specific one
authorStephen Boyd <stephen.boyd@linaro.org>
Tue, 17 Jan 2017 19:47:55 +0000 (11:47 -0800)
committerAndy Gross <andy.gross@linaro.org>
Tue, 28 Mar 2017 20:46:08 +0000 (15:46 -0500)
The PMU on msm8916 is for the cortex-a53 type CPU. Update the
compatible to the more specific one so we can get the a53
specific events out of the PMU.

Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/msm8916.dtsi

index 68a8e67cba29cc67648f1e419f88fba67d7481b4..93f302682a35fbd23f6a7ae2e39ff0af4d5ebb2a 100644 (file)
        };
 
        pmu {
-               compatible = "arm,armv8-pmuv3";
+               compatible = "arm,cortex-a53-pmu";
                interrupts = <GIC_PPI 7 GIC_CPU_MASK_SIMPLE(4)>;
        };