Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp326861pxb; Thu, 27 Jan 2022 23:18:12 -0800 (PST) X-Google-Smtp-Source: ABdhPJzn2RJ+nUGosvsfZEXO1t6LWoYOBWXq9hS3+5tbuiglPyGPNeVOnackx77tgnW0/6FXafhh X-Received: by 2002:a05:6402:5188:: with SMTP id q8mr6945037edd.173.1643354292251; Thu, 27 Jan 2022 23:18:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643354292; cv=none; d=google.com; s=arc-20160816; b=lpeABogRhoQe91clSP5kDi0hb7piJzcQIeDIrmriXKE+PDfL7vaknJjHtPQmHTJti2 PnmmqEc+EwQAXX8EqT9txuhik3bt3Dl/1N0An1aA8ExoCI/zr6lzB1xWaH9h+1Kl7uth NwVzlshyCwjY08v1Xqu3cp7M9mXx49944xctlueIVEzVdNAd2nxZBp+3j2gEXSoQD1BE VE71bNoo7U4hRYhcKLVcSjGLRQGJoZJbn7gFk5nPerR2iAAhp3ho8J5hZ6zdDQ/ZtEHY 8/yPSNmSbCr/U3PgTzIcs0cnw57SCIg7nksUyH9pdI5KTBlil7AZDxIazj2pFrGQwfTL SOUw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=JZq2o0l3+6v0AaQCXa91TDLa+vkF70tErGCj20lBTI8=; b=ttbLXl9OoDXbCURXPZoL0Dy1kg3hWbqqGQBKF8sVUTFWQfeA9hyxceJZDBcS5kvqFE 5iT+n+t/2Ljre+v2xcTpBWSvMnHRiNINuxycbOLHfVEdp1CpIA9Cm/4EZCwRZrs9XRTg bBsAKH7Rk4XsOEMzjXY9stpx5lPBEExfDxuYo4o4Guh48i4rFNgBmmwpzH6b6VDmpHXJ gXW31QGg8vEs34ddGDwHVi3PQ16DyPb+qU3xLorlSn96YSlNq59SZS83cd+6MwzRmDsc OvWXrQlC6JjniuevnnQmr65P7rcsSVAtrF9rHtIGkYLgTGQNdDOnqWa3PiBBJIUpSNvT NoHg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m17si2457787ejl.408.2022.01.27.23.17.47; Thu, 27 Jan 2022 23:18:12 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242911AbiA0PRL (ORCPT + 99 others); Thu, 27 Jan 2022 10:17:11 -0500 Received: from out28-121.mail.aliyun.com ([115.124.28.121]:35882 "EHLO out28-121.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242859AbiA0PRE (ORCPT ); Thu, 27 Jan 2022 10:17:04 -0500 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.4093572|-1;CH=green;DM=|CONTINUE|false|;DS=CONTINUE|ham_system_inform|0.096465-0.000677537-0.902857;FP=0|0|0|0|0|-1|-1|-1;HT=ay29a033018047211;MF=icenowy@nucleisys.com;NM=1;PH=DS;RN=10;RT=10;SR=0;TI=SMTPD_---.Mj85Ozd_1643296619; Received: from ice-e5v2.lan(mailfrom:icenowy@nucleisys.com fp:SMTPD_---.Mj85Ozd_1643296619) by smtp.aliyun-inc.com(33.45.46.134); Thu, 27 Jan 2022 23:17:00 +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 03/12] dt-bindings: riscv: add compatible strings for Nuclei UX600 series Date: Thu, 27 Jan 2022 23:16:38 +0800 Message-Id: <20220127151647.2375449-4-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 series are 64-bit, MMU-equipped CPUs, which can run Linux. Add compatible strings for these CPU cores. Signed-off-by: Icenowy Zheng --- Documentation/devicetree/bindings/riscv/cpus.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/riscv/cpus.yaml b/Documentation/devicetree/bindings/riscv/cpus.yaml index aa5fb64d57eb..f50f5c3dcc06 100644 --- a/Documentation/devicetree/bindings/riscv/cpus.yaml +++ b/Documentation/devicetree/bindings/riscv/cpus.yaml @@ -45,6 +45,13 @@ properties: - sifive,u54-mc - const: sifive,rocket0 - const: riscv + - items: + - enum: + - nuclei,ux605 + - nuclei,ux607 + - nuclei,ux608 + - const: nuclei,ux600 + - const: riscv - const: riscv # Simulator only description: Identifies that the hart uses the RISC-V instruction set -- 2.30.2