Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp2631808ybb; Sun, 22 Mar 2020 04:08:45 -0700 (PDT) X-Google-Smtp-Source: ADFU+vsmScgJVK9j3UfDZf1oaMuzSRDZ5qNvybeTqeEk/VIPjHaWUDgotnVtXe+/L3ZcY/H6SAAs X-Received: by 2002:aca:f449:: with SMTP id s70mr12828334oih.86.1584875325716; Sun, 22 Mar 2020 04:08:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584875325; cv=none; d=google.com; s=arc-20160816; b=Ucc9lOgfs9o3F7cfOaStl1p0vfezpz1fIioyQQNwzxdBUmR8y2AfC4OXQdXT3YIuKn VEzFHOfi/DGnva3rdJ5c4TqXmyi1FjgX3CSuT90Uz5jjPaRujYHUU7CVODYUPHXf5G9g LrsZ9NA00RLC/4gjHvU7A6/rNmighZR7BLuGSB1pafKDBWB6iXwFf7pUii2VAPgUSVWR xpMYoQv1/9ydNgczO/FpKNsXyrPtwkkiNwSgNBfaNuF+YTOUYYNKem+TRgO7ojshoJyF 10zT+9LGBuTTZddHZPcXQzA2AQkaafXBsoZvRCVilL6CItw5MtNpDCS7fq+1wXWb4xNV iGpQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=VKCErBs3+EAPODhb3LAkfcd/2ZLLD7vRx7SGRQid5o4=; b=o6vxbgWx0BAp2d/rPe6z/gqXd+uIHIs6DUj1MHft0aMOzFLylnFGjvT7Ca9xajgo0i fdgx5VHenMh6s7AaFfpJU7TastobzAFOBz+3ZSL3QOUy5vfnnEiV+kFEVBXWgyJ+Vq0g Oo/bklgljh/mLogOGuZrvR588KPY2tWLsOiyMRmSLONKJiTusjkoN6RFnVURztWHOOeN W50TRCutuj37dXN1IRcjJaIDrjxVttD41efp2HSZ5dz2GwrHmFOxKpShbzvc3iBKC+l+ 3DmsDMr988cw4Vd6K+uduJ/yP9nVmgM4PybJRiqGxNnCvedw47V8Dse9iPNwP98w3bxa PNkw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u199si5814782oif.110.2020.03.22.04.08.32; Sun, 22 Mar 2020 04:08:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726976AbgCVLG6 (ORCPT + 99 others); Sun, 22 Mar 2020 07:06:58 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:34143 "EHLO relay9-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726866AbgCVLG6 (ORCPT ); Sun, 22 Mar 2020 07:06:58 -0400 X-Originating-IP: 2.7.45.25 Received: from localhost.localdomain (lfbn-lyo-1-453-25.w2-7.abo.wanadoo.fr [2.7.45.25]) (Authenticated sender: alex@ghiti.fr) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 28A83FF803; Sun, 22 Mar 2020 11:06:53 +0000 (UTC) From: Alexandre Ghiti To: Paul Walmsley , Palmer Dabbelt , Zong Li , Anup Patel , Christoph Hellwig , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Alexandre Ghiti Subject: [RFC PATCH 6/7] dt-bindings: riscv: Remove "riscv,svXX" property from device-tree Date: Sun, 22 Mar 2020 07:00:27 -0400 Message-Id: <20200322110028.18279-7-alex@ghiti.fr> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200322110028.18279-1-alex@ghiti.fr> References: <20200322110028.18279-1-alex@ghiti.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This property can not be used before virtual memory is set up and then the distinction between sv39 and sv48 is done at runtime using SATP csr property: this property is now useless, so remove it. Signed-off-by: Alexandre Ghiti --- Documentation/devicetree/bindings/riscv/cpus.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Documentation/devicetree/bindings/riscv/cpus.yaml b/Documentation/devicetree/bindings/riscv/cpus.yaml index 04819ad379c2..12baabbac213 100644 --- a/Documentation/devicetree/bindings/riscv/cpus.yaml +++ b/Documentation/devicetree/bindings/riscv/cpus.yaml @@ -39,19 +39,6 @@ properties: Identifies that the hart uses the RISC-V instruction set and identifies the type of the hart. - mmu-type: - allOf: - - $ref: "/schemas/types.yaml#/definitions/string" - - enum: - - riscv,sv32 - - riscv,sv39 - - riscv,sv48 - description: - Identifies the MMU address translation mode used on this - hart. These values originate from the RISC-V Privileged - Specification document, available from - https://riscv.org/specifications/ - riscv,isa: allOf: - $ref: "/schemas/types.yaml#/definitions/string" -- 2.20.1