summaryrefslogtreecommitdiffstats
path: root/bcm2837-enable-pmu.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bcm2837-enable-pmu.patch')
-rw-r--r--bcm2837-enable-pmu.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/bcm2837-enable-pmu.patch b/bcm2837-enable-pmu.patch
deleted file mode 100644
index 75efbe90c..000000000
--- a/bcm2837-enable-pmu.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 26611da3961755795d58595851eec350e75ae0e7 Mon Sep 17 00:00:00 2001
-From: Eric Anholt <eric@anholt.net>
-Date: Mon, 21 May 2018 11:39:07 -0700
-Subject: arm: bcm2835: Add the PMU to the devicetree.
-
-This only probes on arm64 so far, but hopefully that driver will be
-generalized soon.
-
-Signed-off-by: Eric Anholt <eric@anholt.net>
-Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
----
- arch/arm/boot/dts/bcm2837.dtsi | 6 ++++++
- 1 file changed, 6 insertions(+)
-
-diff --git a/arch/arm/boot/dts/bcm2837.dtsi b/arch/arm/boot/dts/bcm2837.dtsi
-index 7704bb0..beb6c50 100644
---- a/arch/arm/boot/dts/bcm2837.dtsi
-+++ b/arch/arm/boot/dts/bcm2837.dtsi
-@@ -17,6 +17,12 @@
- };
- };
-
-+ arm-pmu {
-+ compatible = "arm,cortex-a53-pmu";
-+ interrupt-parent = <&local_intc>;
-+ interrupts = <9 IRQ_TYPE_LEVEL_HIGH>;
-+ };
-+
- timer {
- compatible = "arm,armv7-timer";
- interrupt-parent = <&local_intc>;
---
-cgit v1.1