From patchwork Thu Feb 15 12:25:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srinivas Kandagatla X-Patchwork-Id: 10221083 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 45F436055C for ; Thu, 15 Feb 2018 12:28:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3538E2915C for ; Thu, 15 Feb 2018 12:28:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 29D9529167; Thu, 15 Feb 2018 12:28:34 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID 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 A22BD2915C for ; Thu, 15 Feb 2018 12:28:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967929AbeBOM2U (ORCPT ); Thu, 15 Feb 2018 07:28:20 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:37076 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031315AbeBOM1T (ORCPT ); Thu, 15 Feb 2018 07:27:19 -0500 Received: by mail-wm0-f67.google.com with SMTP id v71so501016wmv.2 for ; Thu, 15 Feb 2018 04:27:19 -0800 (PST) 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=7y3LwNkgwSq043PbjQPLdWq/K3DSD2bGusoerwoGTVk=; b=YQHcEC/XIlCnS8QD4Q37VZEcR55pAUVflGl6WIZCjx3Z58STKBQfHVDieVV2IwwG5i CS3PUI8qC9Ldfwsfo2eS43StUzc70yvpuI+xQwWX1zcRuEsaX+Jf4pWfyL57Qpk8YLjY hf8Nm3XgP+K3FHAb/aVUvdVTeph+aH/j5dw9U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=7y3LwNkgwSq043PbjQPLdWq/K3DSD2bGusoerwoGTVk=; b=GT9j1UeEEgjNOdi6KiINedjaHPvQAjWZGAgHBVrt7t15QEwtRjACVT+myWodXKopqX HU8aQtbBjQmYaFWyshz5bOKQby0EIqfFDEFCkAfaPHkxBVhlx/DZp7fAlPxhPX943tD5 eNU36E9BtfdiUb2Kxv6gHpVYLy9zz+JmERSyJzhN/ESbjclgu/lHk8uMBG/QX5H/u1py 2Xr4Ek87pMzg9mLL92Ozo7wKh+GkqZLlhn3xaVm0/kYl8vutAw83tDNHlvZVxY0KAbYC k4ZKZGAhGQcFfI0Ytoh5hzZTpEk9gR+k21YhoWKFdBzy26tRWDM903aYvPw8LFHRdf1o SQvw== X-Gm-Message-State: APf1xPCeJ/wx/VIGBYXRlIC1oMOSNXlV/gHWmIpoX3JHFYj0O5owPthp DDT4HNBv6Al9hjMVppwxw3YJkw== X-Google-Smtp-Source: AH8x226m9Pm8C1FJzlMRCFwl8r1RSJbq70I+a3lWOJy73hm4TAIfFbumrdZt52qgM7Zl2DCY/ZuCXA== X-Received: by 10.28.106.26 with SMTP id f26mr1920825wmc.36.1518697638284; Thu, 15 Feb 2018 04:27:18 -0800 (PST) Received: from localhost.localdomain (cpc90716-aztw32-2-0-cust92.18-1.cable.virginm.net. [86.26.100.93]) by smtp.gmail.com with ESMTPSA id s9sm15632778wra.4.2018.02.15.04.27.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 15 Feb 2018 04:27:17 -0800 (PST) From: srinivas.kandagatla@linaro.org To: vinod.koul@intel.com, andy.gross@linaro.org, dmaengine@vger.kernel.org Cc: robh+dt@kernel.org, mark.rutland@arm.com, david.brown@linaro.org, dan.j.williams@intel.com, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-soc@vger.kernel.org, yanhe@quicinc.com, ramkri@qti.qualcomm.com, sdharia@quicinc.com, Srinivas Kandagatla Subject: [PATCH v3 2/5] dt-bindings: dmaengine: bam_dma: add remote controlled bindings Date: Thu, 15 Feb 2018 12:25:08 +0000 Message-Id: <20180215122511.13517-3-srinivas.kandagatla@linaro.org> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180215122511.13517-1-srinivas.kandagatla@linaro.org> References: <20180215122511.13517-1-srinivas.kandagatla@linaro.org> Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Srinivas Kandagatla This patch adds 2 new properties for remote controlled bam dt bindings. 1. num-channels to indicate number of dma channels. 2. qcom,num-ees to indicate number of Execution Environments. Signed-off-by: Srinivas Kandagatla Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/dma/qcom_bam_dma.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/dma/qcom_bam_dma.txt b/Documentation/devicetree/bindings/dma/qcom_bam_dma.txt index 9cbf5d9df8fd..cf5b9e44432c 100644 --- a/Documentation/devicetree/bindings/dma/qcom_bam_dma.txt +++ b/Documentation/devicetree/bindings/dma/qcom_bam_dma.txt @@ -15,6 +15,10 @@ Required properties: the secure world. - qcom,controlled-remotely : optional, indicates that the bam is controlled by remote proccessor i.e. execution environment. +- num-channels : optional, indicates supported number of DMA channels in a + remotely controlled bam. +- qcom,num-ees : optional, indicates supported number of Execution Environments + in a remotely controlled bam. Example: