Pārlūkot izejas kodu

arm64: dts: qcom: msm8916: Make scm a reset-controller

On msm8916 SCM acts as a controller for the MSS_RESET found in the GCC,
update the DT node so that we can address this.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Bjorn Andersson 9 gadi atpakaļ
vecāks
revīzija
fb3013d3fc
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      arch/arm64/boot/dts/qcom/msm8916.dtsi

+ 2 - 1
arch/arm64/boot/dts/qcom/msm8916.dtsi

@@ -192,10 +192,11 @@
 	};
 	};
 
 
 	firmware {
 	firmware {
-		scm {
+		scm: scm {
 			compatible = "qcom,scm";
 			compatible = "qcom,scm";
 			clocks = <&gcc GCC_CRYPTO_CLK>, <&gcc GCC_CRYPTO_AXI_CLK>, <&gcc GCC_CRYPTO_AHB_CLK>;
 			clocks = <&gcc GCC_CRYPTO_CLK>, <&gcc GCC_CRYPTO_AXI_CLK>, <&gcc GCC_CRYPTO_AHB_CLK>;
 			clock-names = "core", "bus", "iface";
 			clock-names = "core", "bus", "iface";
+			#reset-cells = <1>;
 		};
 		};
 	};
 	};