From: Chanho Park Date: Wed, 12 Dec 2012 05:04:03 +0000 (+0900) Subject: ARM: EXYNOS: Add arm-pmu DT binding for exynos421x X-Git-Tag: v3.10-rc1~102^2~11^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db35234ec7a7a10145cf472f68e1c73fbd48f79c;p=profile%2Fivi%2Fkernel-x86-ivi.git ARM: EXYNOS: Add arm-pmu DT binding for exynos421x This patch adds a arm-pmu node to bind device tree for exynos4210. The exynos4210 and 4212 have two cpus which includes a pmu. In contrast, the exynos4412 has 4 cpus and pmus. We need to define two more pmus for this type board. However, supporting arm-pmu for the exynos4412 will handle it later because there is no dts support for 4412 based board. Signed-off-by: Chanho Park Signed-off-by: Kyungmin Park Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index ff23ae2..15143bd 100644 --- a/arch/arm/boot/dts/exynos4210.dtsi +++ b/arch/arm/boot/dts/exynos4210.dtsi @@ -77,6 +77,12 @@ #clock-cells = <1>; }; + pmu { + compatible = "arm,cortex-a9-pmu"; + interrupt-parent = <&combiner>; + interrupts = <2 2>, <3 2>; + }; + pinctrl_0: pinctrl@11400000 { compatible = "samsung,exynos4210-pinctrl"; reg = <0x11400000 0x1000>;