mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
perf: fix sys_cpu_status0 reg error dts [1/1]
PD#SWPL-4843 Problem: CtsSimpleperfTestCases 1 Fail on p231 Solution: gxl,gxm,txl perf sys_cpu_status0 reg config error modify it Verify: p212 Change-Id: Ie6e8747e8e4f02734bd7883ce6dcbc3fd3d28829 Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com> Signed-off-by: Luan Yuan <luan.yuan@amlogic.com> Conflicts: arch/arm/boot/dts/amlogic/mesontxl.dtsi arch/arm64/boot/dts/amlogic/mesontxl.dtsi
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
compatible = "arm,cortex-a15-pmu";
|
||||
/* clusterb-enabled; */
|
||||
interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
|
||||
reg = <0xc8834400 0x4>;
|
||||
reg = <0xc8834680 0x4>;
|
||||
cpumasks = <0xf>;
|
||||
/* default 10ms */
|
||||
relax-timer-ns = <10000000>;
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
compatible = "arm,cortex-a15-pmu";
|
||||
/* clusterb-enabled; */
|
||||
interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
|
||||
reg = <0xc8834400 0x4>;
|
||||
reg = <0xc8834680 0x4>;
|
||||
cpumasks = <0xf>;
|
||||
/* default 10ms */
|
||||
relax-timer-ns = <10000000>;
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
compatible = "arm,cortex-a15-pmu";
|
||||
/* clusterb-enabled; */
|
||||
interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
|
||||
reg = <0xc8834400 0x4>;
|
||||
reg = <0xc8834680 0x4>;
|
||||
cpumasks = <0xf>;
|
||||
/* default 10ms */
|
||||
relax-timer-ns = <10000000>;
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
compatible = "arm,armv8-pmuv3";
|
||||
/* clusterb-enabled; */
|
||||
interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
|
||||
reg = <0x0 0xc8834400 0x0 0x4>;
|
||||
reg = <0x0 0xc8834680 0x0 0x4>;
|
||||
cpumasks = <0xf>;
|
||||
/* default 10ms */
|
||||
relax-timer-ns = <10000000>;
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
compatible = "arm,armv8-pmuv3";
|
||||
/* clusterb-enabled; */
|
||||
interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
|
||||
reg = <0x0 0xc8834400 0x0 0x4>;
|
||||
reg = <0x0 0xc8834680 0x0 0x4>;
|
||||
cpumasks = <0xf>;
|
||||
/* default 10ms */
|
||||
relax-timer-ns = <10000000>;
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
compatible = "arm,armv8-pmuv3";
|
||||
/* clusterb-enabled; */
|
||||
interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
|
||||
reg = <0x0 0xc8834400 0x0 0x4>;
|
||||
reg = <0x0 0xc8834680 0x0 0x4>;
|
||||
cpumasks = <0xf>;
|
||||
/* default 10ms */
|
||||
relax-timer-ns = <10000000>;
|
||||
|
||||
Reference in New Issue
Block a user