Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932795AbcKBViV (ORCPT ); Wed, 2 Nov 2016 17:38:21 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:52048 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754747AbcKBViT (ORCPT ); Wed, 2 Nov 2016 17:38:19 -0400 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org 41E74615BA Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=spjoshi@codeaurora.org From: Sarangdhar Joshi To: Rob Herring , Mark Rutland Cc: Sarangdhar Joshi , Bjorn Andersson , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Stephen Boyd , Trilok Soni Subject: [PATCH 1/1] dt-binding: remoteproc: Fixup ADSP loader bindings Date: Wed, 2 Nov 2016 14:38:09 -0700 Message-Id: <1478122689-5117-1-git-send-email-spjoshi@codeaurora.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1369 Lines: 43 Fixup "dt-binding: remoteproc: Introduce ADSP loader binding" patch to include XO clock required for booting up Qualcomm ADSP Processor. Signed-off-by: Sarangdhar Joshi --- Documentation/devicetree/bindings/remoteproc/qcom,adsp.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.txt b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.txt index 3820151..69f185f 100644 --- a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.txt +++ b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.txt @@ -21,6 +21,16 @@ on the Qualcomm ADSP core. Value type: Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack" +- clocks: + Usage: required + Value type: + Definition: reference to the xo clock + +- clock-names = "xo"; + Usage: required + Value type: + Definition: must list the xo clock name + - cx-supply: Usage: required Value type: @@ -61,6 +71,9 @@ ADSP, as it is found on MSM8974 boards. "handover", "stop-ack"; + clocks = <&rpmcc RPM_CXO_CLK>; + clock-names = "xo"; + cx-supply = <&pm8841_s2>; memory-region = <&adsp_region>; -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project