linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] arm: bcm2835: Add the PMU to the devicetree.
@ 2018-05-21 18:39 Eric Anholt
  2018-05-21 18:59 ` Stefan Wahren
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Anholt @ 2018-05-21 18:39 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list, Eric Anholt

This only probes on arm64 so far, but hopefully that driver will be
generalized soon.

Signed-off-by: Eric Anholt <eric@anholt.net>
---
 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 7704bb029605..beb6c502dadc 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>;
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] arm: bcm2835: Add the PMU to the devicetree.
  2018-05-21 18:39 [PATCH v2] arm: bcm2835: Add the PMU to the devicetree Eric Anholt
@ 2018-05-21 18:59 ` Stefan Wahren
  2018-06-22  0:15   ` Eric Anholt
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Wahren @ 2018-05-21 18:59 UTC (permalink / raw)
  To: Florian Fainelli, Eric Anholt
  Cc: linux-rpi-kernel, bcm-kernel-feedback-list, linux-kernel,
	linux-arm-kernel


> Eric Anholt <eric@anholt.net> hat am 21. Mai 2018 um 20:39 geschrieben:
> 
> 
> 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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] arm: bcm2835: Add the PMU to the devicetree.
  2018-05-21 18:59 ` Stefan Wahren
@ 2018-06-22  0:15   ` Eric Anholt
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Anholt @ 2018-06-22  0:15 UTC (permalink / raw)
  To: Stefan Wahren, Florian Fainelli
  Cc: linux-rpi-kernel, bcm-kernel-feedback-list, linux-kernel,
	linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

Stefan Wahren <stefan.wahren@i2se.com> writes:

>> Eric Anholt <eric@anholt.net> hat am 21. Mai 2018 um 20:39 geschrieben:
>> 
>> 
>> 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>

Merged to bcm2835-dt-next.  Thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-22  0:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-21 18:39 [PATCH v2] arm: bcm2835: Add the PMU to the devicetree Eric Anholt
2018-05-21 18:59 ` Stefan Wahren
2018-06-22  0:15   ` Eric Anholt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).