Skip to content

Commit 4dc185c

Browse files
mszyprowkrzk
authored andcommitted
ARM: dts: exynos: Disable ARM PMU on Odroid XU3-lite
ARM Performance Monitoring Units (PMUs) are permanently disabled in the Exynos5422 SoC version used on Odroid XU3-lite boards. Disable them in boards dtb to avoid confusing user and getting following warning on boot: hw-breakpoint: Failed to enable monitor mode on CPU 0 Signed-off-by: Marek Szyprowski <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 8e0861f commit 4dc185c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5";
1919
};
2020

21+
&arm_a7_pmu {
22+
status = "disabled";
23+
};
24+
25+
&arm_a15_pmu {
26+
status = "disabled";
27+
};
28+
2129
&pwm {
2230
/*
2331
* PWM 0 -- fan

0 commit comments

Comments
 (0)