Author: nbd Date: 2015-04-17 20:52:15 +0200 (Fri, 17 Apr 2015) New Revision: 45480
Added: trunk/target/linux/bcm53xx/patches-3.18/340-ARM-BCM5301X-Add-profiling-support.patch Log: bcm53xx: add profiling support Signed-off-by: Felix Fietkau <[email protected]> Added: trunk/target/linux/bcm53xx/patches-3.18/340-ARM-BCM5301X-Add-profiling-support.patch =================================================================== --- trunk/target/linux/bcm53xx/patches-3.18/340-ARM-BCM5301X-Add-profiling-support.patch (rev 0) +++ trunk/target/linux/bcm53xx/patches-3.18/340-ARM-BCM5301X-Add-profiling-support.patch 2015-04-17 18:52:15 UTC (rev 45480) @@ -0,0 +1,20 @@ +Subject: [PATCH] ARM: BCM5301X: Add profiling support + +Signed-off-by: Felix Fietkau <[email protected]> +--- +--- 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 = ++ <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>, ++ <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>; ++ }; ++ + clocks { + #address-cells = <1>; + #size-cells = <0>; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
