From 38f8efbe1d51195ea02407147f077f8d68988bee Mon Sep 17 00:00:00 2001 From: Srinivas Kandagatla Date: Fri, 8 Jan 2016 17:17:21 +0000 Subject: [PATCH] arm64: dts: move smem node after the soc node This patch moves the smem node to after soc node so that the probe order is met. Without this the system badly carshes. Investigation is still in progress. Signed-off-by: Srinivas Kandagatla --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi index a15512fe0ae9..9a27d5aefb8a 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -240,15 +240,6 @@ }; }; - smem { - compatible = "qcom,smem"; - - memory-region = <&smem_mem>; - qcom,rpm-msg-ram = <&rpm_msg_ram>; - - hwlocks = <&tcsr_mutex 3>; - }; - soc: soc { #address-cells = <1>; #size-cells = <1>; @@ -1016,6 +1007,14 @@ }; }; + smem { + compatible = "qcom,smem"; + + memory-region = <&smem_mem>; + qcom,rpm-msg-ram = <&rpm_msg_ram>; + + hwlocks = <&tcsr_mutex 3>; + }; smd { compatible = "qcom,smd"; @@ -1116,6 +1115,8 @@ }; }; }; + + }; #include "msm8916-pins.dtsi" -- 2.39.5