From: Felix Fietkau Date: Fri, 17 Apr 2015 18:52:15 +0000 (+0000) Subject: bcm53xx: add profiling support X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=5ba9c5ffff55b0609d61954a34aa8fccdc962425;ds=sidebyside bcm53xx: add profiling support Signed-off-by: Felix Fietkau SVN-Revision: 45480 --- diff --git a/target/linux/bcm53xx/patches-3.18/340-ARM-BCM5301X-Add-profiling-support.patch b/target/linux/bcm53xx/patches-3.18/340-ARM-BCM5301X-Add-profiling-support.patch new file mode 100644 index 0000000000..291ec72f2c --- /dev/null +++ b/target/linux/bcm53xx/patches-3.18/340-ARM-BCM5301X-Add-profiling-support.patch @@ -0,0 +1,20 @@ +Subject: [PATCH] ARM: BCM5301X: Add profiling support + +Signed-off-by: Felix Fietkau +--- +--- a/arch/arm/boot/dts/bcm5301x.dtsi ++++ b/arch/arm/boot/dts/bcm5301x.dtsi +@@ -82,6 +82,13 @@ + }; + }; + ++ pmu { ++ compatible = "arm,cortex-a9-pmu"; ++ interrupts = ++ , ++ ; ++ }; ++ + clocks { + #address-cells = <1>; + #size-cells = <0>;