aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorgi Djakov <georgi.djakov@linaro.org>2018-02-05 09:46:49 -0500
committerAndy Gross <andy.gross@linaro.org>2018-03-08 19:31:15 -0500
commit05e1632f62fe8da662c517cc11ff810df4a3dcab (patch)
tree70f1161c43dcd25c48ed60546e835a8a2a8f93d5
parentd0bf04acd12f5c702ac2b21dca6729a1de1308a7 (diff)
arm64: dts: qcom: msm8916: Probe the APCS mailbox driver
The APCS block was exposed until now as a syscon, but now we have a proper driver for this block. Add the compatible string of the new driver to probe and register the mailbox functionality. Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
-rw-r--r--arch/arm64/boot/dts/qcom/msm8916.dtsi7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index d3592b19cfc9..5414f53a0fa1 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -332,9 +332,10 @@
332 #clock-cells = <0>; 332 #clock-cells = <0>;
333 }; 333 };
334 334
335 apcs: syscon@b011000 { 335 apcs: mailbox@b011000 {
336 compatible = "syscon"; 336 compatible = "qcom,msm8916-apcs-kpss-global", "syscon";
337 reg = <0x0b011000 0x1000>; 337 reg = <0xb011000 0x1000>;
338 #mbox-cells = <1>;
338 }; 339 };
339 340
340 blsp1_uart2: serial@78b0000 { 341 blsp1_uart2: serial@78b0000 {