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 8B04EC4332F for ; Thu, 27 Jan 2022 15:17:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242929AbiA0PRM (ORCPT ); Thu, 27 Jan 2022 10:17:12 -0500 Received: from out28-125.mail.aliyun.com ([115.124.28.125]:36216 "EHLO out28-125.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242874AbiA0PRG (ORCPT ); Thu, 27 Jan 2022 10:17:06 -0500 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.4156253|-1;CH=green;DM=|CONTINUE|false|;DS=CONTINUE|ham_system_inform|0.0591787-0.000989701-0.939832;FP=0|0|0|0|0|-1|-1|-1;HT=ay29a033018047203;MF=icenowy@nucleisys.com;NM=1;PH=DS;RN=10;RT=10;SR=0;TI=SMTPD_---.Mj85Ozx_1643296621; Received: from ice-e5v2.lan(mailfrom:icenowy@nucleisys.com fp:SMTPD_---.Mj85Ozx_1643296621) by smtp.aliyun-inc.com(33.45.46.134); Thu, 27 Jan 2022 23:17:02 +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 04/12] dt-bindings: timer: add compatible for Nuclei UX600 CLINT-compat timer Date: Thu, 27 Jan 2022 23:16:39 +0800 Message-Id: <20220127151647.2375449-5-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 UX600's timer has a part which is compatible with CLINT. Add a DT compatible string for it. Signed-off-by: Icenowy Zheng --- Documentation/devicetree/bindings/timer/sifive,clint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/timer/sifive,clint.yaml b/Documentation/devicetree/bindings/timer/sifive,clint.yaml index 8d5f4687add9..61a8bd8bde91 100644 --- a/Documentation/devicetree/bindings/timer/sifive,clint.yaml +++ b/Documentation/devicetree/bindings/timer/sifive,clint.yaml @@ -27,6 +27,7 @@ properties: - sifive,fu540-c000-clint - starfive,jh7100-clint - canaan,k210-clint + - nuclei,ux600-clint - const: sifive,clint0 description: -- 2.30.2