From patchwork Tue Nov 20 21:08:28 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sibi Sankar X-Patchwork-Id: 10691215 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AC81816B1 for ; Tue, 20 Nov 2018 21:08:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9A6F72A4CB for ; Tue, 20 Nov 2018 21:08:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8E4BB2A574; Tue, 20 Nov 2018 21:08:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3D9522A4CB for ; Tue, 20 Nov 2018 21:08:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725828AbeKUHjx (ORCPT ); Wed, 21 Nov 2018 02:39:53 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:34796 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725865AbeKUHjx (ORCPT ); Wed, 21 Nov 2018 02:39:53 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id D91CE60452; Tue, 20 Nov 2018 21:08:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1542748126; bh=MMvXjBbCV2Jmhxa2z0GtbT/gJ3mLzVEzYeUQSCqranA=; h=From:To:Cc:Subject:Date:From; b=NLy27Cy9uRuF3SwYxg0fs2qWFH5rjSO2IdHiftlyfv+ff+kG6GgqXzj9n/WzsZBCg 8b8byS3MrmEbKfDV68QEObM6PLrx2hI3OAV6LBxvbuMnvzE2BSvK0BbaILRB6IqfUj nz2mBCFhBsgnQPNqz61yEtaAE4apeSfUcNFpmOYA= Received: from blr-ubuntu-87.qualcomm.com (blr-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.18.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sibis@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id AB08D60452; Tue, 20 Nov 2018 21:08:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1542748126; bh=MMvXjBbCV2Jmhxa2z0GtbT/gJ3mLzVEzYeUQSCqranA=; h=From:To:Cc:Subject:Date:From; b=NLy27Cy9uRuF3SwYxg0fs2qWFH5rjSO2IdHiftlyfv+ff+kG6GgqXzj9n/WzsZBCg 8b8byS3MrmEbKfDV68QEObM6PLrx2hI3OAV6LBxvbuMnvzE2BSvK0BbaILRB6IqfUj nz2mBCFhBsgnQPNqz61yEtaAE4apeSfUcNFpmOYA= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org AB08D60452 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sibis@codeaurora.org From: Sibi Sankar To: bjorn.andersson@linaro.org, robh+dt@kernel.org, andy.gross@linaro.org, david.brown@linaro.org Cc: linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, tsoni@codeaurora.org, clew@codeaurora.org, akdwived@codeaurora.org, ohad@wizery.com, mark.rutland@arm.com, linux-remoteproc@vger.kernel.org, Sibi Sankar Subject: [PATCH] dt-bindings: remoteproc: qcom: Add power-domain bindings for Q6V5 Date: Wed, 21 Nov 2018 02:38:28 +0530 Message-Id: <20181120210828.12590-1-sibis@codeaurora.org> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Sender: linux-remoteproc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add power-domain bindings for Q6V5 MSS on SDM845 SoCs. Signed-off-by: Sibi Sankar Reviewed-by: Rob Herring --- Add dt-binding corresponding to https://patchwork.kernel.org/patch/10586893/ (remoteproc: q6v5: Add support to vote for rpmh power domains) .../devicetree/bindings/remoteproc/qcom,q6v5.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt b/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt index 14947562bc67..bd9f4882fcf0 100644 --- a/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt +++ b/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt @@ -75,6 +75,17 @@ on the Qualcomm Hexagon core. Definition: reference to the regulators to be held on behalf of the booting of the Hexagon core +- power-domains: + Usage: required + Value type: + Definition: reference to the cx, mx and mss power-domains to be held on + behalf of the booting the Hexagon core + +- power-domain-names: + Usage: required + Value type: + Definition: must be "cx", "mx", "mss" + - qcom,smem-states: Usage: required Value type: