summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-23 21:35:54 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-23 21:35:54 -0800
commit66e280eb07804420402b345722cea4c8aebf0a72 (patch)
treeb9a80e59b2bb998582ffd52ab7d9e2de0e1b787c
parent17ec241c6c5bc0cefe27a925be5ab6e665527fb8 (diff)
parente1107a609b6ba54ce1923dc1e261d56ea671eb48 (diff)
Merge "ARM: dts: msm: Enable LMH DCVSh driver for sdm630"
-rw-r--r--arch/arm/boot/dts/qcom/sdm630.dtsi20
1 files changed, 20 insertions, 0 deletions
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 = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
+ };
+
+ lmh_dcvs1: qcom,limits-dcvs@1 {
+ compatible = "qcom,msm-hw-limits";
+ interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
+ };
+};
+
&blsp2_uart1_hs {
status = "ok";
};