lkml.org 
[lkml]   [2017]   [Mar]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v2 1/2] ARM: dts: msm8974: Hook up adsp-pil's xo clock
Date
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 <j.neuschaefer@gmx.net>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

---
v2:
* Add Bjorn Andersson's R-b
---
arch/arm/boot/dts/qcom-msm8974.dtsi | 3 +++
1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
index d3e1a61b8671..cccd8cba8872 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>;
--
2.11.0
\
 
 \ /
  Last update: 2017-03-07 04:30    [W:0.028 / U:1.312 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site