Re: [PATCH v4 3/5] arm64: dts: Add Cavium ThunderX specific PMU

2016-02-22 Thread Jan Glauber
On Thu, Feb 18, 2016 at 05:32:48PM +, Will Deacon wrote: > On Thu, Feb 18, 2016 at 05:50:12PM +0100, Jan Glauber wrote: > > Add a compatible string for the Cavium ThunderX PMU. > > Stupid question, but is "thunder" the name of the CPU or the SoC or ...? > > Whatever we use to describe the

Re: [PATCH v4 3/5] arm64: dts: Add Cavium ThunderX specific PMU

2016-02-22 Thread Jan Glauber
On Thu, Feb 18, 2016 at 05:32:48PM +, Will Deacon wrote: > On Thu, Feb 18, 2016 at 05:50:12PM +0100, Jan Glauber wrote: > > Add a compatible string for the Cavium ThunderX PMU. > > Stupid question, but is "thunder" the name of the CPU or the SoC or ...? > > Whatever we use to describe the

Re: [PATCH v4 3/5] arm64: dts: Add Cavium ThunderX specific PMU

2016-02-18 Thread David Daney
On 02/18/2016 09:32 AM, Will Deacon wrote: On Thu, Feb 18, 2016 at 05:50:12PM +0100, Jan Glauber wrote: Add a compatible string for the Cavium ThunderX PMU. Stupid question, but is "thunder" the name of the CPU or the SoC or ...? At a high level Cavium ThunderX (tm) is a family of SoCs.

Re: [PATCH v4 3/5] arm64: dts: Add Cavium ThunderX specific PMU

2016-02-18 Thread David Daney
On 02/18/2016 09:32 AM, Will Deacon wrote: On Thu, Feb 18, 2016 at 05:50:12PM +0100, Jan Glauber wrote: Add a compatible string for the Cavium ThunderX PMU. Stupid question, but is "thunder" the name of the CPU or the SoC or ...? At a high level Cavium ThunderX (tm) is a family of SoCs.

Re: [PATCH v4 3/5] arm64: dts: Add Cavium ThunderX specific PMU

2016-02-18 Thread Will Deacon
On Thu, Feb 18, 2016 at 05:50:12PM +0100, Jan Glauber wrote: > Add a compatible string for the Cavium ThunderX PMU. Stupid question, but is "thunder" the name of the CPU or the SoC or ...? Whatever we use to describe the PMU, should probably also identify the CPU uniquely. Will >

Re: [PATCH v4 3/5] arm64: dts: Add Cavium ThunderX specific PMU

2016-02-18 Thread Will Deacon
On Thu, Feb 18, 2016 at 05:50:12PM +0100, Jan Glauber wrote: > Add a compatible string for the Cavium ThunderX PMU. Stupid question, but is "thunder" the name of the CPU or the SoC or ...? Whatever we use to describe the PMU, should probably also identify the CPU uniquely. Will >

[PATCH v4 3/5] arm64: dts: Add Cavium ThunderX specific PMU

2016-02-18 Thread Jan Glauber
Add a compatible string for the Cavium ThunderX PMU. Signed-off-by: Jan Glauber --- Documentation/devicetree/bindings/arm/pmu.txt | 1 + arch/arm64/boot/dts/cavium/thunder-88xx.dtsi | 5 + 2 files changed, 6 insertions(+) diff --git

[PATCH v4 3/5] arm64: dts: Add Cavium ThunderX specific PMU

2016-02-18 Thread Jan Glauber
Add a compatible string for the Cavium ThunderX PMU. Signed-off-by: Jan Glauber --- Documentation/devicetree/bindings/arm/pmu.txt | 1 + arch/arm64/boot/dts/cavium/thunder-88xx.dtsi | 5 + 2 files changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/pmu.txt