diff mbox

ARM: dts: qcom: Add msm8660 PMU node

Message ID 1423616763-21121-1-git-send-email-sboyd@codeaurora.org (mailing list archive)
State New, archived
Headers show

Commit Message

Stephen Boyd Feb. 11, 2015, 1:06 a.m. UTC
Enable perf events on msm8660 devices by adding the pmu node.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
 arch/arm/boot/dts/qcom-msm8660.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Stephen Boyd April 11, 2015, 12:19 a.m. UTC | #1
On 02/10/15 17:06, Stephen Boyd wrote:
> Enable perf events on msm8660 devices by adding the pmu node.
>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> ---

Ping? Sorry, trying to clear out patches on a Friday night before going
home.

>  arch/arm/boot/dts/qcom-msm8660.dtsi | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/qcom-msm8660.dtsi b/arch/arm/boot/dts/qcom-msm8660.dtsi
> index 0affd6193f56..48330e3c8307 100644
> --- a/arch/arm/boot/dts/qcom-msm8660.dtsi
> +++ b/arch/arm/boot/dts/qcom-msm8660.dtsi
> @@ -37,6 +37,11 @@
>  		};
>  	};
>  
> +	cpu-pmu {
> +		compatible = "qcom,scorpion-mp-pmu";
> +		interrupts = <1 9 0x304>;
> +	};
> +
>  	soc: soc {
>  		#address-cells = <1>;
>  		#size-cells = <1>;
Kumar Gala April 13, 2015, 6:37 p.m. UTC | #2
> On Apr 10, 2015, at 7:19 PM, Stephen Boyd <sboyd@codeaurora.org> wrote:
> 
> On 02/10/15 17:06, Stephen Boyd wrote:
>> Enable perf events on msm8660 devices by adding the pmu node.
>> 
>> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
>> ---
> 
> Ping? Sorry, trying to clear out patches on a Friday night before going
> home.

I just missed it will pick it up for 4.2 merge.

- k
Kumar Gala April 27, 2015, 9:15 p.m. UTC | #3
> On Feb 10, 2015, at 7:06 PM, Stephen Boyd <sboyd@codeaurora.org> wrote:
> 
> Enable perf events on msm8660 devices by adding the pmu node.
> 
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> ---
> arch/arm/boot/dts/qcom-msm8660.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)

applied

- k
diff mbox

Patch

diff --git a/arch/arm/boot/dts/qcom-msm8660.dtsi b/arch/arm/boot/dts/qcom-msm8660.dtsi
index 0affd6193f56..48330e3c8307 100644
--- a/arch/arm/boot/dts/qcom-msm8660.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8660.dtsi
@@ -37,6 +37,11 @@ 
 		};
 	};
 
+	cpu-pmu {
+		compatible = "qcom,scorpion-mp-pmu";
+		interrupts = <1 9 0x304>;
+	};
+
 	soc: soc {
 		#address-cells = <1>;
 		#size-cells = <1>;