From patchwork Sat Oct 29 00:08:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sarangdhar Joshi X-Patchwork-Id: 9402869 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7FE6D60231 for ; Sat, 29 Oct 2016 00:11:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6BAC12A8CB for ; Sat, 29 Oct 2016 00:11:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5DEB32A8FB; Sat, 29 Oct 2016 00:11:15 +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=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id D70232A8CB for ; Sat, 29 Oct 2016 00:11:14 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1c0HDT-0000aD-Qv; Sat, 29 Oct 2016 00:09:43 +0000 Received: from smtp.codeaurora.org ([198.145.29.96]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1c0HDA-0000W7-Ha for linux-arm-kernel@lists.infradead.org; Sat, 29 Oct 2016 00:09:25 +0000 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 5E9C4616A9; Sat, 29 Oct 2016 00:09:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1477699746; bh=/xG9n5WmePxSeMSEgH3/CWfIdGG/4J/FGoi5aYPIkug=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RN4lc/VruMqHBMUrA9fjhZks7a096Gkt0n4vU1AuX4mp/fCigwK8gY/2Bp1K8oUDI NZnDY1imy4jBcArt446Pp7CHu8svLppnugMqp0hpqqNmA5dUF8ldcPMYAKClOtE2Gv mRLJtypIFQlV2uqQ+ezyVGybWis17skKLVWn5ksU= Received: from spjoshi-linux.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: spjoshi@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 8AFEA616A4; Sat, 29 Oct 2016 00:09:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1477699746; bh=/xG9n5WmePxSeMSEgH3/CWfIdGG/4J/FGoi5aYPIkug=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RN4lc/VruMqHBMUrA9fjhZks7a096Gkt0n4vU1AuX4mp/fCigwK8gY/2Bp1K8oUDI NZnDY1imy4jBcArt446Pp7CHu8svLppnugMqp0hpqqNmA5dUF8ldcPMYAKClOtE2Gv mRLJtypIFQlV2uqQ+ezyVGybWis17skKLVWn5ksU= DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org 8AFEA616A4 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: Andy Gross , David Brown , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon Subject: [PATCH 1/3] dt-bindings: firmware: scm: Add MSM8996 DT bindings Date: Fri, 28 Oct 2016 17:08:47 -0700 Message-Id: <1477699729-18451-2-git-send-email-spjoshi@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1477699729-18451-1-git-send-email-spjoshi@codeaurora.org> References: <1477699729-18451-1-git-send-email-spjoshi@codeaurora.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161028_170924_702783_0E71B439 X-CRM114-Status: GOOD ( 10.79 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Trilok Soni , devicetree@vger.kernel.org, Sarangdhar Joshi , linux-arm-msm@vger.kernel.org, Stephen Boyd , linux-kernel@vger.kernel.org, Bjorn Andersson , Jordan Crouse , linux-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Add SCM DT bindings for Qualcomm's MSM8996 platform. Signed-off-by: Sarangdhar Joshi Acked-by: Rob Herring --- Documentation/devicetree/bindings/firmware/qcom,scm.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.txt b/Documentation/devicetree/bindings/firmware/qcom,scm.txt index 3b4436e..20f26fb 100644 --- a/Documentation/devicetree/bindings/firmware/qcom,scm.txt +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.txt @@ -10,8 +10,10 @@ Required properties: * "qcom,scm-apq8064" for APQ8064 platforms * "qcom,scm-msm8660" for MSM8660 platforms * "qcom,scm-msm8690" for MSM8690 platforms + * "qcom,scm-msm8996" for MSM8996 platforms * "qcom,scm" for later processors (MSM8916, APQ8084, MSM8974, etc) - clocks: One to three clocks may be required based on compatible. + * No clock required for "qcom,scm-msm8996" * Only core clock required for "qcom,scm-apq8064", "qcom,scm-msm8660", and "qcom,scm-msm8960" * Core, iface, and bus clocks required for "qcom,scm" - clock-names: Must contain "core" for the core clock, "iface" for the interface