From: Magnus Damm Date: Wed, 24 Jul 2013 03:42:40 +0000 (+0900) Subject: ARM: shmobile: emev2: add PMU information to emev2.dtsi X-Git-Tag: firefly_0821_release~176^2~5364^2^2~14 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c95ebbb298e698836979ab28ce49383402c22d93;p=firefly-linux-kernel-4.4.55.git ARM: shmobile: emev2: add PMU information to emev2.dtsi Add PMU information to emev2.dtsi. With this included KZM9D DT reference may use the PMU. Signed-off-by: Magnus Damm Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/emev2.dtsi b/arch/arm/boot/dts/emev2.dtsi index 99ad2b2e8e14..9063a4434d6a 100644 --- a/arch/arm/boot/dts/emev2.dtsi +++ b/arch/arm/boot/dts/emev2.dtsi @@ -46,6 +46,12 @@ <0xe0020000 0x0100>; }; + pmu { + compatible = "arm,cortex-a9-pmu"; + interrupts = <0 120 4>, + <0 121 4>; + }; + sti@e0180000 { compatible = "renesas,em-sti"; reg = <0xe0180000 0x54>;