Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 107dea0c authored by Lee Jones's avatar Lee Jones Committed by Maxime Coquelin
Browse files

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: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
parent 00133b91
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -10,6 +10,7 @@
#include <dt-bindings/mfd/st-lpc.h>
#include <dt-bindings/mfd/st-lpc.h>
#include <dt-bindings/phy/phy.h>
#include <dt-bindings/phy/phy.h>
#include <dt-bindings/reset-controller/stih407-resets.h>
#include <dt-bindings/reset-controller/stih407-resets.h>
#include <dt-bindings/interrupt-controller/irq-st.h>
/ {
/ {
	#address-cells = <1>;
	#address-cells = <1>;
	#size-cells = <1>;
	#size-cells = <1>;
@@ -127,6 +128,15 @@
			reg = <0x94b5100 0x1000>;
			reg = <0x94b5100 0x1000>;
		};
		};


		irq-syscfg {
			compatible    = "st,stih407-irq-syscfg";
			st,syscfg     = <&syscfg_core>;
			st,irq-device = <ST_IRQ_SYSCFG_PMU_0>,
					<ST_IRQ_SYSCFG_PMU_1>;
			st,fiq-device = <ST_IRQ_SYSCFG_DISABLED>,
					<ST_IRQ_SYSCFG_DISABLED>;
		};

		serial@9830000 {
		serial@9830000 {
			compatible = "st,asc";
			compatible = "st,asc";
			reg = <0x9830000 0x2c>;
			reg = <0x9830000 0x2c>;