2018-05-21 18:40:36

by Eric Anholt

[permalink] [raw]
Subject: [PATCH v2] 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 <[email protected]>
---
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



2018-05-21 19:00:55

by Stefan Wahren

[permalink] [raw]
Subject: Re: [PATCH v2] arm: bcm2835: Add the PMU to the devicetree.


> Eric Anholt <[email protected]> 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 <[email protected]>

Acked-by: Stefan Wahren <[email protected]>

2018-06-22 00:16:12

by Eric Anholt

[permalink] [raw]
Subject: Re: [PATCH v2] arm: bcm2835: Add the PMU to the devicetree.

Stefan Wahren <[email protected]> writes:

>> Eric Anholt <[email protected]> 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 <[email protected]>
>
> Acked-by: Stefan Wahren <[email protected]>

Merged to bcm2835-dt-next. Thanks!


Attachments:
signature.asc (847.00 B)