Commit 00133b91 authored by Lee Jones's avatar Lee Jones Committed by Maxime Coquelin

ARM: STi: STiH407: Enable Cortex-A9 PMU support

This is ARM's generic Performance Monitoring Unit.
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
parent 3c7dd7ce
......@@ -58,6 +58,12 @@ l2: cache-controller {
cache-level = <2>;
};
arm-pmu {
interrupt-parent = <&intc>;
compatible = "arm,cortex-a9-pmu";
interrupts = <GIC_PPI 15 IRQ_TYPE_LEVEL_HIGH>;
};
soc {
#address-cells = <1>;
#size-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment