Message ID | 1461363432-5730-9-git-send-email-andy.gross@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri 22 Apr 15:17 PDT 2016, Andy Gross wrote: > This adds the devicetree node for the SCM firmware. > > Signed-off-by: Andy Gross <andy.gross@linaro.org> Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org> Regards, Bjorn
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi index 9681200..d912cd7 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -122,6 +122,16 @@ hwlocks = <&tcsr_mutex 3>; }; + firmware { + compatible = "simple-bus"; + + scm { + compatible = "qcom,scm-msm8916"; + clocks = <&gcc GCC_CRYPTO_CLK>, <&gcc GCC_CRYPTO_AXI_CLK>, <&gcc GCC_CRYPTO_AHB_CLK>; + clock-names = "core", "bus", "iface"; + }; + }; + soc: soc { #address-cells = <1>; #size-cells = <1>;
This adds the devicetree node for the SCM firmware. Signed-off-by: Andy Gross <andy.gross@linaro.org> --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+)