Re: [PATCH] arm64: dts: berlin4ct: switch to Cortex-A53 specific pmu nodes

2015-12-15 Thread Mark Rutland
On Tue, Dec 15, 2015 at 10:47:09PM +0800, Jisheng Zhang wrote: > Dear Arnd, > > On Tue, 15 Dec 2015 15:43:53 +0100 Arnd Bergmann wrote: > > > On Tuesday 15 December 2015 22:36:12 Jisheng Zhang wrote: > > > - compatible = "arm,armv8-pmuv3"; > > > + compatible = "arm,cor

Re: [PATCH] arm64: dts: berlin4ct: switch to Cortex-A53 specific pmu nodes

2015-12-15 Thread Jisheng Zhang
Dear Arnd, On Tue, 15 Dec 2015 15:43:53 +0100 Arnd Bergmann wrote: > On Tuesday 15 December 2015 22:36:12 Jisheng Zhang wrote: > > - compatible = "arm,armv8-pmuv3"; > > + compatible = "arm,cortex-a53-pmu"; > > > > Should this list both? IMHO, we don't need to list

Re: [PATCH] arm64: dts: berlin4ct: switch to Cortex-A53 specific pmu nodes

2015-12-15 Thread Arnd Bergmann
On Tuesday 15 December 2015 22:36:12 Jisheng Zhang wrote: > - compatible = "arm,armv8-pmuv3"; > + compatible = "arm,cortex-a53-pmu"; > Should this list both? Arnd -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message

[PATCH] arm64: dts: berlin4ct: switch to Cortex-A53 specific pmu nodes

2015-12-15 Thread Jisheng Zhang
Commit ac82d1277215 ("arm64: perf: add Cortex-A53 support") adds the cortex A53 PMU support, thus instead of using the generic armv8-pmuv3 compatibility use the more specific Cortex A53 compatibility. Signed-off-by: Jisheng Zhang --- arch/arm64/boot/dts/marvell/berlin4ct.dtsi | 2 +- 1 file chan