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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A4A7CC43217 for ; Thu, 27 Jan 2022 15:17:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242935AbiA0PRT (ORCPT ); Thu, 27 Jan 2022 10:17:19 -0500 Received: from out28-52.mail.aliyun.com ([115.124.28.52]:56734 "EHLO out28-52.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242906AbiA0PRM (ORCPT ); Thu, 27 Jan 2022 10:17:12 -0500 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.512559|-1;CH=green;DM=|CONTINUE|false|;DS=CONTINUE|ham_system_inform|0.0785358-0.00189877-0.919565;FP=0|0|0|0|0|-1|-1|-1;HT=ay29a033018047207;MF=icenowy@nucleisys.com;NM=1;PH=DS;RN=10;RT=10;SR=0;TI=SMTPD_---.Mj85P.-_1643296627; Received: from ice-e5v2.lan(mailfrom:icenowy@nucleisys.com fp:SMTPD_---.Mj85P.-_1643296627) by smtp.aliyun-inc.com(33.45.46.134); Thu, 27 Jan 2022 23:17:08 +0800 From: Icenowy Zheng To: Rob Herring , Palmer Dabbelt , Paul Walmsley , Albert Ou Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-serial@vger.kernel.org, linux-spi@vger.kernel.org, Icenowy Zheng Subject: [PATCH 07/12] dt-bindings: spi: add compatible string for Nuclei DemoSoC SPI Date: Thu, 27 Jan 2022 23:16:42 +0800 Message-Id: <20220127151647.2375449-8-icenowy@nucleisys.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220127151647.2375449-1-icenowy@nucleisys.com> References: <20220127151647.2375449-1-icenowy@nucleisys.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nuclei DemoSoC design integrates SPI controllers from SiFive. Add a compatible string for these SPI controllers. Signed-off-by: Icenowy Zheng --- Documentation/devicetree/bindings/spi/spi-sifive.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/spi/spi-sifive.yaml b/Documentation/devicetree/bindings/spi/spi-sifive.yaml index 6e7e394fc1e4..60a24f31a928 100644 --- a/Documentation/devicetree/bindings/spi/spi-sifive.yaml +++ b/Documentation/devicetree/bindings/spi/spi-sifive.yaml @@ -20,6 +20,7 @@ properties: - enum: - sifive,fu540-c000-spi - sifive,fu740-c000-spi + - nuclei,demosoc-spi - const: sifive,spi0 description: -- 2.30.2