mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +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>
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>;
|
||||
|
||||
@@ -245,7 +245,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>;
|
||||
|
||||
@@ -143,7 +143,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>;
|
||||
|
||||
@@ -245,7 +245,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>;
|
||||
|
||||
@@ -143,7 +143,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