From patchwork Tue Feb 7 08:16:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anup Patel X-Patchwork-Id: 9559387 X-Patchwork-Delegate: herbert@gondor.apana.org.au 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 D88346047A for ; Tue, 7 Feb 2017 08:18:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CD0A928178 for ; Tue, 7 Feb 2017 08:18:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C190B281C3; Tue, 7 Feb 2017 08:18:12 +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.5 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM 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 45E5D2819A for ; Tue, 7 Feb 2017 08:18:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751164AbdBGIRy (ORCPT ); Tue, 7 Feb 2017 03:17:54 -0500 Received: from mail-qk0-f173.google.com ([209.85.220.173]:33561 "EHLO mail-qk0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752887AbdBGIRt (ORCPT ); Tue, 7 Feb 2017 03:17:49 -0500 Received: by mail-qk0-f173.google.com with SMTP id s140so80630703qke.0 for ; Tue, 07 Feb 2017 00:17:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=EwHHm89WBGI563DMQ9vbaqZbo7Ox61W5cVe0Sx5SlqU=; b=A3bvX08/cyvklsh5jCupH4d+GoAmHgyQNwkv+TNb4TWH7L5LlTZ6qwbiPP3bPbUL1O /rIZyFqusx6cyIyEUygZup0Aa1YeM/EdN2K+inSYEFy8S0UgrSvGGZ01sy4meWvnE0EP GEYUekxP+/ydSqrnXk6FQC+/FlAKYA0Ac4m04= 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=EwHHm89WBGI563DMQ9vbaqZbo7Ox61W5cVe0Sx5SlqU=; b=i/7+ETNkVe+ICnEK5951lWJdCXwBSoP317tiEuioe8YcBXKcQ9OCT3MM0lk8cRwdAI Z6/BJpf+rpo4AlhQWQtWdD3YjIb0b5QWRVIS/oTu7Wz0OGS5wGzBZ8iAViOtir5frzrm HWTNNsoBnm9mGRpHeArPyre9slxln1bOMzuu4uJ3WhiZlmJq1TJ3RABXwCLMMCXhUT7a QXGpnPYeCa5aEEAxWP8aUe/m6qXw62yaa/yS+qVk9hvE2taqci1bhhZoqOPmZHCKoamo nbrnt+FRogUyvRZbQPVs9B1wMF+v69DOeJr4DQt2XGoMkr4nqPIJKg4gDVrFSGKgovad KL4A== X-Gm-Message-State: AMke39lAEsvKsivtdPBoh5SlCVp/BnLXn75AISmR/I8zjwUUMRBgl5LtoxslcGcQ+tWKjNQ2 X-Received: by 10.55.212.157 with SMTP id s29mr14644495qks.240.1486455468718; Tue, 07 Feb 2017 00:17:48 -0800 (PST) Received: from anup-HP-Compaq-8100-Elite-CMT-PC.dhcp.avagotech.net ([192.19.237.250]) by smtp.gmail.com with ESMTPSA id u5sm2750555qkd.46.2017.02.07.00.17.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 07 Feb 2017 00:17:48 -0800 (PST) From: Anup Patel To: Vinod Koul , Rob Herring , Mark Rutland , Herbert Xu , "David S . Miller" , Jassi Brar Cc: Dan Williams , Ray Jui , Scott Branden , Jon Mason , Rob Rice , bcm-kernel-feedback-list@broadcom.com, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, linux-raid@vger.kernel.org, Anup Patel Subject: [PATCH v2 5/5] dt-bindings: Add DT bindings document for Broadcom SBA RAID driver Date: Tue, 7 Feb 2017 13:46:46 +0530 Message-Id: <1486455406-11202-6-git-send-email-anup.patel@broadcom.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1486455406-11202-1-git-send-email-anup.patel@broadcom.com> References: <1486455406-11202-1-git-send-email-anup.patel@broadcom.com> Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch adds the DT bindings document for newly added Broadcom SBA RAID driver. Signed-off-by: Anup Patel Reviewed-by: Ray Jui Reviewed-by: Scott Branden --- .../devicetree/bindings/dma/brcm,iproc-sba.txt | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Documentation/devicetree/bindings/dma/brcm,iproc-sba.txt diff --git a/Documentation/devicetree/bindings/dma/brcm,iproc-sba.txt b/Documentation/devicetree/bindings/dma/brcm,iproc-sba.txt new file mode 100644 index 0000000..092913a --- /dev/null +++ b/Documentation/devicetree/bindings/dma/brcm,iproc-sba.txt @@ -0,0 +1,29 @@ +* Broadcom SBA RAID engine + +Required properties: +- compatible: Should be one of the following + "brcm,iproc-sba" + "brcm,iproc-sba-v2" + The "brcm,iproc-sba" has support for only 6 PQ coefficients + The "brcm,iproc-sba-v2" has support for only 30 PQ coefficients +- mboxes: List of phandle and mailbox channel specifiers + +Example: + +raid_mbox: mbox@67400000 { + ... + #mbox-cells = <3>; + ... +}; + +raid0 { + compatible = "brcm,iproc-sba-v2"; + mboxes = <&raid_mbox 0 0x1 0xffff>, + <&raid_mbox 1 0x1 0xffff>, + <&raid_mbox 2 0x1 0xffff>, + <&raid_mbox 3 0x1 0xffff>, + <&raid_mbox 4 0x1 0xffff>, + <&raid_mbox 5 0x1 0xffff>, + <&raid_mbox 6 0x1 0xffff>, + <&raid_mbox 7 0x1 0xffff>; +};