aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Gross <agross@codeaurora.org>2015-09-24 15:18:53 -0400
committerAndy Gross <andy.gross@linaro.org>2015-12-17 00:01:44 -0500
commit8fd55d41cabb2db4adf659316456d014a8c3e77f (patch)
tree2f1800a2b0863d89f7a37eee1dce632f6c75420e
parenta0ece65777c35bf1e69fafbbf2be9566eca070c1 (diff)
arm64: dts: qcom: Add RPM/SMD support on MSM8916
Add support for the SMD and RPM devices found on MSM8916 platforms. Signed-off-by: Andy Gross <agross@codeaurora.org> Acked-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
-rw-r--r--arch/arm64/boot/dts/qcom/msm8916.dtsi20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 058e3551d581..fc6e8d60b736 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -169,6 +169,11 @@
169 status = "disabled"; 169 status = "disabled";
170 }; 170 };
171 171
172 apcs: syscon@b011000 {
173 compatible = "syscon";
174 reg = <0x0b011000 0x1000>;
175 };
176
172 blsp1_uart2: serial@78b0000 { 177 blsp1_uart2: serial@78b0000 {
173 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; 178 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
174 reg = <0x78b0000 0x200>; 179 reg = <0x78b0000 0x200>;
@@ -497,6 +502,21 @@
497 clock-names = "core"; 502 clock-names = "core";
498 }; 503 };
499 }; 504 };
505
506 smd {
507 compatible = "qcom,smd";
508
509 rpm {
510 interrupts = <GIC_SPI 168 IRQ_TYPE_EDGE_RISING>;
511 qcom,ipc = <&apcs 8 0>;
512 qcom,smd-edge = <15>;
513
514 rpm_requests {
515 compatible = "qcom,rpm-msm8916";
516 qcom,smd-channels = "rpm_requests";
517 };
518 };
519 };
500}; 520};
501 521
502#include "msm8916-pins.dtsi" 522#include "msm8916-pins.dtsi"