From patchwork Fri Apr 22 22:17:05 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Gross X-Patchwork-Id: 8916131 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: X-Original-To: patchwork-linux-arm-msm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 0B2689F1D3 for ; Fri, 22 Apr 2016 22:20:59 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 263A220221 for ; Fri, 22 Apr 2016 22:20:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1408F200E6 for ; Fri, 22 Apr 2016 22:20:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753733AbcDVWUn (ORCPT ); Fri, 22 Apr 2016 18:20:43 -0400 Received: from mail-ob0-f177.google.com ([209.85.214.177]:33855 "EHLO mail-ob0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752968AbcDVWR0 (ORCPT ); Fri, 22 Apr 2016 18:17:26 -0400 Received: by mail-ob0-f177.google.com with SMTP id bg3so55828477obb.1 for ; Fri, 22 Apr 2016 15:17:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=ysuItusbZkgnRLXym3TduMWfrXLYUA/hxAbvudKKaHU=; b=aEMFI2tCjPX7zy5aGqM8GNvrmAwcapdGr+iMYUb9aLxEY1I60GhRLOsXbwvF6ZbWPH 9+irMtslPRMQ/EIqjELDfSp47w13tuRQ/boKzyAEgTsTsx8KrBa89I/yjft4ZQTPtYYF lQWi2mfY5hxrdPacJ8vkR2WZqay+tngo6sDqU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ysuItusbZkgnRLXym3TduMWfrXLYUA/hxAbvudKKaHU=; b=Rr+k+ix7BNQy/juhC0TelItnCbme6EmnxyxJEZXBnWtW2CciYNZ8N9QJgFh9C6y6fK M/e1NBMntuZL4JInH8yskQ67irCSGwokwDH1zvG0QxoEJCvBLo4d6jAiFMReA3Kgy87Q hDlnPum5+olbPbYEfq+yWUhIzoFovQP5SWMtJHcAVZm1+ycAF2o8szXlu/i5I1Yhh5KJ uWZaOnUAjTeKfEHzdYYYPHHmjZa/mS5m0crrbMivAG9AMs2WHjPbAWhLa3PFdiiXKfVs ww3JoQZ68aBnPyI6lIcrXpN290dTiwnKjibEvLzpi/wZYfgg4jHE9QtVtNghSlZ33hic 8zHw== X-Gm-Message-State: AOPr4FW9UIP6Rw3g9NhAzwZbL4v/2MgTEbLOveecwEZEzwlhwAvRHpfiCOshas3wxOAmlLPS X-Received: by 10.182.49.168 with SMTP id v8mr9693416obn.48.1461363445520; Fri, 22 Apr 2016 15:17:25 -0700 (PDT) Received: from localhost ([2602:306:c558:19b0:a419:15a3:ad7f:f979]) by smtp.gmail.com with ESMTPSA id t3sm2648852oem.3.2016.04.22.15.17.24 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 22 Apr 2016 15:17:25 -0700 (PDT) From: Andy Gross To: linux-arm-msm@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stephen Boyd , devicetree@vger.kernel.org, Bjorn Andersson , jilai wang , Andy Gross Subject: [PATCH 1/8] dt/bindings: firmware: Add Qualcomm SCM binding Date: Fri, 22 Apr 2016 17:17:05 -0500 Message-Id: <1461363432-5730-2-git-send-email-andy.gross@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1461363432-5730-1-git-send-email-andy.gross@linaro.org> References: <1461363432-5730-1-git-send-email-andy.gross@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Spam-Status: No, score=-7.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch adds the device tree support for the Qualcomm SCM firmware. Signed-off-by: Andy Gross Acked-by: Bjorn Andersson --- .../devicetree/bindings/firmware/qcom,scm.txt | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Documentation/devicetree/bindings/firmware/qcom,scm.txt diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.txt b/Documentation/devicetree/bindings/firmware/qcom,scm.txt new file mode 100644 index 0000000..57b9b3a --- /dev/null +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.txt @@ -0,0 +1,31 @@ +QCOM Secure Channel Manager (SCM) + +Qualcomm processors include an interface to communicate to the secure firmware. +This interface allows for clients to request different types of actions. These +can include CPU power up/down, HDCP requests, loading of firmware, and other +assorted actions. + +Required properties: +- compatible: must contain one of the following: + * "qcom,scm-apq8064" for APQ8064 + * "qcom,scm-apq8084" for MSM8084 + * "qcom,scm-msm8916" for MSM8916 + * "qcom,scm-msm8974" for MSM8974 +- clocks: One to three clocks may be required based on compatible. + * Only core clock required for "qcom,scm-apq8064" + * Core, iface, and bus clocks required for all other compatibles. +- clock-names: Must contain "core" for the core clock, "iface" for the interface + clock and "bus" for the bus clock per the requirements of the compatible. + +Example for MSM8916: + + firmware { + compatible = "simple-bus"; + + scm { + compatible = "qcom,scm-msm8916"; + clocks = <&gcc GCC_CRYPTO_CLK> , <&gcc GCC_CRYPTO_AXI_CLK>, <&gcc GCC_CRYPTO_AHB_CLK>; + clock-names = "core", "bus", "iface"; + }; + }; +