From: Lee Jones Date: Tue, 12 May 2015 12:51:00 +0000 (+0200) Subject: ARM: STi: STiH416: Enable PMU IRQs X-Git-Tag: v4.2-rc1~99^2~38^2~4 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=3c7dd7ce4898c6f0e2c3de9add93ddf96cd32cbe;p=karo-tx-linux.git ARM: STi: STiH416: Enable PMU IRQs This driver is used to enable System Configuration Register controlled External, CTI (Core Sight), PMU (Performance Management), and PL310 L2 Cache IRQs prior to use. Here we are enabling PMU IRQs on both channels. Signed-off-by: Lee Jones Signed-off-by: Maxime Coquelin --- diff --git a/arch/arm/boot/dts/stih416.dtsi b/arch/arm/boot/dts/stih416.dtsi index cc5b78d51fa4..9dca173e694a 100644 --- a/arch/arm/boot/dts/stih416.dtsi +++ b/arch/arm/boot/dts/stih416.dtsi @@ -13,6 +13,7 @@ #include #include #include +#include / { L2: cache-controller { compatible = "arm,pl310-cache"; @@ -98,6 +99,15 @@ reg = <0xfe4b5100 0x8>; }; + irq-syscfg { + compatible = "st,stih416-irq-syscfg"; + st,syscfg = <&syscfg_cpu>; + st,irq-device = , + ; + st,fiq-device = , + ; + }; + serial2: serial@fed32000{ compatible = "st,asc"; status = "disabled";