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 CA3E4EB64D8 for ; Wed, 14 Jun 2023 23:02:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234524AbjFNXCW (ORCPT ); Wed, 14 Jun 2023 19:02:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46010 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233912AbjFNXCV (ORCPT ); Wed, 14 Jun 2023 19:02:21 -0400 Received: from mail-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 949B92688 for ; Wed, 14 Jun 2023 16:02:20 -0700 (PDT) Received: by mail-io1-f41.google.com with SMTP id ca18e2360f4ac-77797beb42dso259713939f.2 for ; Wed, 14 Jun 2023 16:02:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686783740; x=1689375740; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=i+oJArc8uAvSjYWuHWPF0atumRybtBa7bAhsBTMg56c=; b=U5RIoFrDpt6I2pF5NMJkjifBLmhBX/18/bQ+xkkm+WvME4B8a0em4Kf2J/btG8O4ak aCvYfA61BSSsbINFPxZBtDS2d1mOxO+RkFuKQKkO6deA+q6vYb59Rxy99yO36jCKVehk RQNv3UqyCABZ/ZUnJPFC4iz5ufPZ/moFIV1spwxHTOPCg21sCJwMNsE8WwtzpMI3GHZ4 lsPeUseq+LqiqzEKv0oC1DYGO4vCkNqQQSDiFcmvAeJtMURDNbSVvNBsNC+Ej+maUlnf JnyRQnWyJR9C0k5TFmhGrYoQs9x9ye8bwzGV/DTjVMviwVVPmClZqHDCCkksCN0mL5oA JYHw== X-Gm-Message-State: AC+VfDyjI5RRAv3NQxH3UCDtwpAMPXAXuyCgZmXtKz2Tss/hFfAm0pGU 8u4wGi/X3oZGhf4ZDF5nYA== X-Google-Smtp-Source: ACHHUZ727/hpgCodL36K3eU8j5Yekr14/ouFU0Ez4UR3lmvKKtDazpT2aDUicH0AkvAs2EUoL4W/ZA== X-Received: by 2002:a92:c806:0:b0:33b:f0a0:8dea with SMTP id v6-20020a92c806000000b0033bf0a08deamr13206590iln.26.1686783739818; Wed, 14 Jun 2023 16:02:19 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id l12-20020a92d94c000000b00340ccdac682sm226266ilq.84.2023.06.14.16.02.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Jun 2023 16:02:19 -0700 (PDT) Received: (nullmailer pid 3026833 invoked by uid 1000); Wed, 14 Jun 2023 23:02:17 -0000 Date: Wed, 14 Jun 2023 17:02:17 -0600 From: Rob Herring To: Conor Dooley Cc: Andrew Jones , Sunil V L , Yangyu Chen , Conor Dooley , Rob Herring , linux-riscv@lists.infradead.org, palmer@dabbelt.com, devicetree@vger.kernel.org, Krzysztof Kozlowski , Palmer Dabbelt , Paul Walmsley Subject: Re: [PATCH v3 6/7] dt-bindings: riscv: explicitly mention assumption of Zicntr & Zihpm support Message-ID: <168678373679.3026773.4984572337017783163.robh@kernel.org> References: <20230607-audacity-overhaul-82bb867a825f@spud> <20230607-rerun-retinal-5e8ba89e98f1@spud> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230607-rerun-retinal-5e8ba89e98f1@spud> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 07 Jun 2023 21:28:30 +0100, Conor Dooley wrote: > From: Conor Dooley > > Similar to commit 41ebfc91f785 ("dt-bindings: riscv: explicitly mention > assumption of Zicsr & Zifencei support"), the Zicntr and Zihpm > extensions also used to be part of the base ISA but were removed after > the bindings were merged. Document the assumption of their presence in > the base ISA. > > Suggested-by: Palmer Dabbelt > Signed-off-by: Conor Dooley > --- > Documentation/devicetree/bindings/riscv/cpus.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by: Rob Herring