Re: [PATCH] arm64: tegra186: Add missing CPU PMUs

2020-11-10 Thread Marc Zyngier
On 2020-11-10 18:22, Thierry Reding wrote: On Tue, Nov 10, 2020 at 06:08:31PM +, Marc Zyngier wrote: On 2020-11-10 17:36, Thierry Reding wrote: > On Tue, Oct 13, 2020 at 10:58:51AM +0100, Marc Zyngier wrote: > > Add the description of CPU PMUs for both the Denver and A57 clusters, > > which

Re: [PATCH] arm64: tegra186: Add missing CPU PMUs

2020-11-10 Thread Thierry Reding
On Tue, Nov 10, 2020 at 06:08:31PM +, Marc Zyngier wrote: > On 2020-11-10 17:36, Thierry Reding wrote: > > On Tue, Oct 13, 2020 at 10:58:51AM +0100, Marc Zyngier wrote: > > > Add the description of CPU PMUs for both the Denver and A57 clusters, > > > which enables the perf subsystem. > > > > >

Re: [PATCH] arm64: tegra186: Add missing CPU PMUs

2020-11-10 Thread Marc Zyngier
On 2020-11-10 17:36, Thierry Reding wrote: On Tue, Oct 13, 2020 at 10:58:51AM +0100, Marc Zyngier wrote: Add the description of CPU PMUs for both the Denver and A57 clusters, which enables the perf subsystem. Signed-off-by: Marc Zyngier [...] + pmu_denver { + compatibl

Re: [PATCH] arm64: tegra186: Add missing CPU PMUs

2020-11-10 Thread Thierry Reding
On Tue, Oct 13, 2020 at 10:58:51AM +0100, Marc Zyngier wrote: > Add the description of CPU PMUs for both the Denver and A57 clusters, > which enables the perf subsystem. > > Signed-off-by: Marc Zyngier > --- > arch/arm64/boot/dts/nvidia/tegra186.dtsi | 28 +++- > 1 file chang

[PATCH] arm64: tegra186: Add missing CPU PMUs

2020-10-13 Thread Marc Zyngier
Add the description of CPU PMUs for both the Denver and A57 clusters, which enables the perf subsystem. Signed-off-by: Marc Zyngier --- arch/arm64/boot/dts/nvidia/tegra186.dtsi | 28 +++- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/arch/arm64/boot/dts/nvidi