From: Lee Jones Date: Tue, 12 May 2015 12:51:00 +0000 (+0200) Subject: ARM: STi: STiH407: Enable PMU IRQs X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=107dea0c2b393bc5b45f23ddb2b154f38489f46c;p=openwrt%2Fstaging%2Fblogic.git ARM: STi: STiH407: 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/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index e46774900b33..838b812cbda1 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi @@ -10,6 +10,7 @@ #include #include #include +#include / { #address-cells = <1>; #size-cells = <1>; @@ -127,6 +128,15 @@ reg = <0x94b5100 0x1000>; }; + irq-syscfg { + compatible = "st,stih407-irq-syscfg"; + st,syscfg = <&syscfg_core>; + st,irq-device = , + ; + st,fiq-device = , + ; + }; + serial@9830000 { compatible = "st,asc"; reg = <0x9830000 0x2c>;