From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BCAB0C3A589 for ; Tue, 20 Aug 2019 11:50:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8E43120578 for ; Tue, 20 Aug 2019 11:50:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="ScEWrsJX" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729873AbfHTLuL (ORCPT ); Tue, 20 Aug 2019 07:50:11 -0400 Received: from mail-pg1-f195.google.com ([209.85.215.195]:33057 "EHLO mail-pg1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729741AbfHTLuL (ORCPT ); Tue, 20 Aug 2019 07:50:11 -0400 Received: by mail-pg1-f195.google.com with SMTP id n190so3123452pgn.0 for ; Tue, 20 Aug 2019 04:50:11 -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; bh=V62B7MzFnAQFSzASsarq3v0djmwNSddXSYLopfjS1Eo=; b=ScEWrsJXHGFfgfFMY2FsWP9lREzHrPxfZO9vf5D6sHuSaUmaFMTy3r4xIei2Xn3YGf zBA0axb3AXgu+onhYcy2goP2JUTH9W2S8Uc1ASn4y8PVGf/ELCU1M3phdGE1RBLquzQx AdIPKgETAzzbisuI3l7jTCMBDOSvohxLdXno2aBhpKyPjpTCJ7aPVzD8HxLPgmV5R7Zl Mec6MPgw7hrCnaEUAnKw+DCBl6TAio9THMD80bJxvZDH50kGEVt8OXPW/eKPbJJF47LS Wx30u62HO6/i88zEdENBGt1aDnqr6dDhmV626NFEDA7ytMhNur8YA1+I5swpn6vWWG6m lLfQ== 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; bh=V62B7MzFnAQFSzASsarq3v0djmwNSddXSYLopfjS1Eo=; b=S0x7y4EEr/JzWhmELCFxuq+swlUavaduU/BI++BqIILrN2CH1wgHsACy1xQ9X2dtAH r4tLASrbDqhJinJo8Ray+0j2yo1ay2JzDRoQEew3mXTEcpX5Rmc7uShhNWDr6PdCJGVw 9gBtMVXjYoFDMWPpLCHFQs1pWWoGUa4CwF6c3eDG2wuK0ZrToW9d0JNZB56iKBsGIqR8 EjnHM4lSwZHS4tpCeiqypUUuz462VJmCZaYdQAG2ymP4ChjYhVRhD7vCCt0dUIVe9wNI sx0oEYQBMirzQtOc5+iidKSPoYBUTtL9vH8kOUD2OGSTQuJAzG2zc/flBfbE3SVHB8XT 11sw== X-Gm-Message-State: APjAAAU10z+CcuPXuWztR7mz59frjmrVlJfPRvzZxwCw+sSd82Zh3eEL hJdajoynVFcbinrrnWhsx1EC X-Google-Smtp-Source: APXvYqyIq9u46qpIg74Hhl59xxqv6vSE/u8JTB2HQGcXLhPhYLNXH9xyP2FFRD2/Z8o7wjdiQbI8zg== X-Received: by 2002:a63:7205:: with SMTP id n5mr16649825pgc.443.1566301810071; Tue, 20 Aug 2019 04:50:10 -0700 (PDT) Received: from localhost.localdomain ([2409:4072:8e:d798:d100:fbc2:f9c1:80f4]) by smtp.googlemail.com with ESMTPSA id e10sm23454832pfj.151.2019.08.20.04.50.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Aug 2019 04:50:08 -0700 (PDT) From: Manivannan Sadhasivam To: broonie@kernel.org, robh+dt@kernel.org Cc: linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Manivannan Sadhasivam Subject: [PATCH] dt-bindings: spi: Fix the number of CS lines documented as an example Date: Tue, 20 Aug 2019 17:20:00 +0530 Message-Id: <20190820115000.32041-1-manivannan.sadhasivam@linaro.org> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The number of CS lines is mentioned as 2 in the spi-controller binding but however in the example, 4 cs-gpios are used. Hence fix that to mention 4. Signed-off-by: Manivannan Sadhasivam --- Documentation/devicetree/bindings/spi/spi-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/spi/spi-controller.yaml b/Documentation/devicetree/bindings/spi/spi-controller.yaml index a02e2fe2bfb2..732339275848 100644 --- a/Documentation/devicetree/bindings/spi/spi-controller.yaml +++ b/Documentation/devicetree/bindings/spi/spi-controller.yaml @@ -31,7 +31,7 @@ properties: If that property is used, the number of chip selects will be increased automatically with max(cs-gpios, hardware chip selects). - So if, for example, the controller has 2 CS lines, and the + So if, for example, the controller has 4 CS lines, and the cs-gpios looks like this cs-gpios = <&gpio1 0 0>, <0>, <&gpio1 1 0>, <&gpio1 2 0>; -- 2.17.1