From: Jonathan Neuschäfer Date: Tue, 7 Mar 2017 02:22:00 +0000 (+0100) Subject: ARM: dts: msm8974: Hook up adsp-pil's xo clock X-Git-Tag: v4.12-rc1~56^2~18^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4d931755fe6d215598c35076a31e58a660fbbcfb;p=karo-tx-linux.git ARM: dts: msm8974: Hook up adsp-pil's xo clock Without this patch (and with CONFIG_QCOM_ADSP_PIL), I get this error: [ 0.711529] qcom_adsp_pil adsp-pil: failed to get xo clock [ 0.711540] remoteproc remoteproc0: releasing adsp-pil With this patch, adsp-pil can initialize correctly. Signed-off-by: Jonathan Neuschäfer Reviewed-by: Bjorn Andersson Signed-off-by: Andy Gross --- diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi index 9a644ad85c2b..bd752fbce2c3 100644 --- a/arch/arm/boot/dts/qcom-msm8974.dtsi +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi @@ -250,6 +250,9 @@ cx-supply = <&pm8841_s2>; + clocks = <&xo_board>; + clock-names = "xo"; + memory-region = <&adsp_region>; qcom,smem-states = <&adsp_smp2p_out 0>;