From e1107a609b6ba54ce1923dc1e261d56ea671eb48 Mon Sep 17 00:00:00 2001 From: Manaf Meethalavalappu Pallikunhi Date: Mon, 20 Feb 2017 22:15:01 +0530 Subject: ARM: dts: msm: Enable LMH DCVSh driver for sdm630 Enable LMH DCVSh driver for sdm630. It adds information about the interrupt generated by the LMH DCVSh block for sdm630. Change-Id: I16a5f9f0737e64b4ed0e39e0624afb64fbf623e7 Signed-off-by: Manaf Meethalavalappu Pallikunhi --- arch/arm/boot/dts/qcom/sdm630.dtsi | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/qcom/sdm630.dtsi b/arch/arm/boot/dts/qcom/sdm630.dtsi index b525a87a5bc2..0609c594fc6b 100644 --- a/arch/arm/boot/dts/qcom/sdm630.dtsi +++ b/arch/arm/boot/dts/qcom/sdm630.dtsi @@ -52,6 +52,7 @@ reg = <0x0 0x100>; enable-method = "psci"; qcom,limits-info = <&mitigation_profile0>; + qcom,lmh-dcvs = <&lmh_dcvs1>; qcom,ea = <&ea0>; efficiency = <1126>; next-level-cache = <&L2_1>; @@ -80,6 +81,7 @@ reg = <0x0 0x101>; enable-method = "psci"; qcom,limits-info = <&mitigation_profile1>; + qcom,lmh-dcvs = <&lmh_dcvs1>; qcom,ea = <&ea1>; efficiency = <1126>; next-level-cache = <&L2_1>; @@ -102,6 +104,7 @@ reg = <0x0 0x102>; enable-method = "psci"; qcom,limits-info = <&mitigation_profile2>; + qcom,lmh-dcvs = <&lmh_dcvs1>; qcom,ea = <&ea2>; efficiency = <1126>; next-level-cache = <&L2_1>; @@ -124,6 +127,7 @@ reg = <0x0 0x103>; enable-method = "psci"; qcom,limits-info = <&mitigation_profile3>; + qcom,lmh-dcvs = <&lmh_dcvs1>; qcom,ea = <&ea3>; efficiency = <1126>; next-level-cache = <&L2_1>; @@ -146,6 +150,7 @@ reg = <0x0 0x0>; enable-method = "psci"; qcom,limits-info = <&mitigation_profile4>; + qcom,lmh-dcvs = <&lmh_dcvs0>; qcom,ea = <&ea4>; efficiency = <1024>; next-level-cache = <&L2_0>; @@ -174,6 +179,7 @@ reg = <0x0 0x1>; enable-method = "psci"; qcom,limits-info = <&mitigation_profile4>; + qcom,lmh-dcvs = <&lmh_dcvs0>; qcom,ea = <&ea5>; efficiency = <1024>; next-level-cache = <&L2_0>; @@ -196,6 +202,7 @@ reg = <0x0 0x2>; enable-method = "psci"; qcom,limits-info = <&mitigation_profile4>; + qcom,lmh-dcvs = <&lmh_dcvs0>; qcom,ea = <&ea6>; efficiency = <1024>; next-level-cache = <&L2_0>; @@ -218,6 +225,7 @@ reg = <0x0 0x3>; enable-method = "psci"; qcom,limits-info = <&mitigation_profile4>; + qcom,lmh-dcvs = <&lmh_dcvs0>; qcom,ea = <&ea7>; efficiency = <1024>; next-level-cache = <&L2_0>; @@ -2145,6 +2153,18 @@ status = "ok"; }; +&clock_cpu { + lmh_dcvs0: qcom,limits-dcvs@0 { + compatible = "qcom,msm-hw-limits"; + interrupts = ; + }; + + lmh_dcvs1: qcom,limits-dcvs@1 { + compatible = "qcom,msm-hw-limits"; + interrupts = ; + }; +}; + &blsp2_uart1_hs { status = "ok"; }; -- cgit v1.2.3