On Thu, 21 Nov 2019 08:22:30 +0100 Maxime Ripard <maxime@xxxxxxxxxx> wrote: Hi, > On Thu, Nov 21, 2019 at 01:18:33AM +0000, Andre Przywara wrote: > > Add the Performance Monitoring Unit (PMU) device tree node to the H6 > > .dtsi, which tells DT users which interrupts are triggered by PMU > > overflow events on each core. The numbers come from the manual and have > > been checked in U-Boot and with perf in Linux. > > > > Tested with perf record and taskset on a Pine H64. > > > > Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx> > > Queued all three patches for 5.6, thanks for taking the time to do > this. > > > --- > > arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 10 ++++++++++ > > 1 file changed, 10 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi > > index 29824081b43b..86a77b1734e0 100644 > > --- a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi > > +++ b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi > > @@ -70,6 +70,16 @@ > > clock-output-names = "ext_osc32k"; > > }; > > > > + pmu { > > This was indented with spaces however, unlike the rest of the DT. I've > fixed it while applying. Shoot, thinks for fixing this up, also for queuing it! Cheers, Andre.