Commit c2808eeb authored by Lee Jones's avatar Lee Jones Committed by Maxime Coquelin

ARM: STi: STiH416: 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 fb54eb10
......@@ -23,6 +23,12 @@ L2: cache-controller {
cache-level = <2>;
};
arm-pmu {
compatible = "arm,cortex-a9-pmu";
interrupt-parent = <&intc>;
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