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 876A2EB64D7 for ; Tue, 20 Jun 2023 18:14:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229628AbjFTSO6 (ORCPT ); Tue, 20 Jun 2023 14:14:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52186 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229521AbjFTSO5 (ORCPT ); Tue, 20 Jun 2023 14:14:57 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 90F96199; Tue, 20 Jun 2023 11:14:56 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 23E6861358; Tue, 20 Jun 2023 18:14:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C78B2C433C0; Tue, 20 Jun 2023 18:14:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687284895; bh=o75Tf+Qcfifa+fs1Ou+3lX8Ua0X9iXBYdNjivarGk0U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Q+9ER6Lz9phRbPMEhhY2vVnjxBaId3vSv9ok5Ok5CBN0y9cOqwmB/VEZeylmr/iBM 7trPLmSMuLwvsNe1KipkTMQmWJvgqxeCHIzAWYnia+07zV31AeAj2cp8WsH3FlX8Od YTFuUfbRoLIrTr9Ogs1QD1w4iehqmopnGiLcg9Z8CAgYt41Q1/1lHysc7t5RzZ/l3H od4xQZir+iw/samUxckgJOwrzJCVlB3msuBM+mmQtg1MQcOCtfQpnYDPKFS57cFfrv PDmJakK4IupM1vKaD975Z3wPix4U3RP4iMSo9HeKtjj1xMwUQUSQLyQVnzmkl8IyA5 Qiz0FAOD7/LCQ== Date: Tue, 20 Jun 2023 19:14:51 +0100 From: Conor Dooley To: Palmer Dabbelt Cc: Conor Dooley , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, Paul Walmsley , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] dt-bindings: riscv: cpus: switch to unevaluatedProperties: false Message-ID: <20230620-darkish-coherence-bd19ceda0b56@spud> References: <20230615-creamer-emu-ade0fa0bdb68@spud> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="kMoWClvT2oye9axn" Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org --kMoWClvT2oye9axn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 20, 2023 at 10:00:14AM -0700, Palmer Dabbelt wrote: > On Thu, 15 Jun 2023 15:50:13 PDT (-0700), Conor Dooley wrote: > > From: Conor Dooley > >=20 > > Do the various bits needed to drop the additionalProperties: true that > > we currently have in riscv/cpu.yaml, to permit actually enforcing what > > people put in cpus nodes. > >=20 > > Changes in v2: > > - drop patches 2 -> 5, they're now standard in dt-schema > >=20 > > CC: Rob Herring > > CC: Krzysztof Kozlowski > > CC: Paul Walmsley > > CC: Palmer Dabbelt > > CC: linux-riscv@lists.infradead.org > > CC: devicetree@vger.kernel.org > > CC: linux-kernel@vger.kernel.org > >=20 > > Conor Dooley (2): > > dt-bindings: riscv: cpus: add a ref the common cpu schema > > dt-bindings: riscv: cpus: switch to unevaluatedProperties: false > >=20 > > Documentation/devicetree/bindings/riscv/cpus.yaml | 8 +++++++- > > 1 file changed, 7 insertions(+), 1 deletion(-) >=20 > Acked-by: Palmer Dabbelt > LMK if you wanted me to pick these up? That was my hope, please do! Cheers, Conor. --kMoWClvT2oye9axn Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZJHsmwAKCRB4tDGHoIJi 0lcPAP9PDTzDfzslpFVPTTffz4JXBBY5mQkfPxlJ6jYCbBwguQD/dVMiOZobbFOx gEHEevW9MOni34UbfMfQdTEzZADtDQg= =BIXk -----END PGP SIGNATURE----- --kMoWClvT2oye9axn--