ipq806x: sync 4.9 kernel config with 4.4
[openwrt/openwrt.git] / target / linux / ipq806x / patches-4.9 / 0033-dts-ipq4019-support-ARMv7-PMU.patch
1 From 25ee3761c072037b48246b992c3aec671c77a406 Mon Sep 17 00:00:00 2001
2 From: Thomas Pedersen <twp@codeaurora.org>
3 Date: Wed, 4 May 2016 12:25:41 -0700
4 Subject: [PATCH 33/37] dts: ipq4019: support ARMv7 PMU
5
6 Add support for cortex-a7-pmu present on ipq4019 SoCs.
7
8 Signed-off-by: Thomas Pedersen <twp@codeaurora.org>
9 Signed-off-by: Matthew McClintock <mmcclint@qca.qualcomm.com>
10 ---
11 arch/arm/boot/dts/qcom-ipq4019.dtsi | 6 ++++++
12 1 file changed, 6 insertions(+)
13
14 --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
15 +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
16 @@ -118,6 +118,12 @@
17 IRQ_TYPE_LEVEL_HIGH)>;
18 };
19
20 + pmu {
21 + compatible = "arm,cortex-a7-pmu";
22 + interrupts = <GIC_PPI 7 (GIC_CPU_MASK_SIMPLE(4) |
23 + IRQ_TYPE_LEVEL_HIGH)>;
24 + };
25 +
26 clocks {
27 sleep_clk: sleep_clk {
28 compatible = "fixed-clock";