2015-08-26 14:39:06 +00:00
|
|
|
From: Felix Fietkau <nbd@openwrt.org>
|
|
|
|
Date: Wed, 29 Jul 2015 23:51:00 +0200
|
2015-06-25 21:33:53 +00:00
|
|
|
Subject: [PATCH] ARM: BCM5301X: Add profiling support
|
|
|
|
|
|
|
|
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
2015-08-26 14:39:06 +00:00
|
|
|
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
|
|
|
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
|
|
|
|
Signed-off-by: Olof Johansson <olof@lixom.net>
|
2015-06-25 21:33:53 +00:00
|
|
|
---
|
|
|
|
--- a/arch/arm/boot/dts/bcm5301x.dtsi
|
|
|
|
+++ b/arch/arm/boot/dts/bcm5301x.dtsi
|
2015-06-25 21:43:16 +00:00
|
|
|
@@ -85,6 +85,13 @@
|
2015-06-25 21:33:53 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
+ pmu {
|
|
|
|
+ compatible = "arm,cortex-a9-pmu";
|
|
|
|
+ interrupts =
|
|
|
|
+ <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
|
|
|
|
+ <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
|
+ };
|
|
|
|
+
|
|
|
|
clocks {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|