From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CF1EA26B03 for ; Tue, 25 Jul 2023 20:01:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74C47C433C7; Tue, 25 Jul 2023 20:01:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690315281; bh=lwzgyo/hKAuFK/GizHWHih6d+oZtsu+UCV4ITL+g4X4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mrvRwTSL077Nhz2abeL01Pl1y5Rq3ZIGKTyA15Yk5lIHqflXYSmAf+nqBLIYPHEzx a8MWyRLwFC+YS1tlEKiB+fWJ6FLK6yJ6IEYceXAZwhmfp6djVDfP4x8cEmnqjSYdig qU6qH8X/47ooz+FIbb4yLDlz/UjMtIUGoHjdDE7T9RnpUMQ6s+vMio1PZ+n7rWvqTI gtXCqKTgriWfMH+6lP3p4Cd4gGmRYwB7Z1878yE5ZbWsREG8MF+cZoXxtNccdDKJyO mvJ65AnJTJdWs1i9qAu8FqfVBb1WtAgjakwNOJjswfVuy1bGQDHJQZrSH9EQtCB3MX sTc5OfTuyUwYg== Date: Tue, 25 Jul 2023 21:01:16 +0100 From: Conor Dooley To: Krzysztof Kozlowski Cc: Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Florian Fainelli , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next] dt-bindings: net: qca,ar803x: add missing unevaluatedProperties for each regulator Message-ID: <20230725-suggest-juggle-c062521399f9@spud> References: <20230725123711.149230-1-krzysztof.kozlowski@linaro.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Ot+MAbhOrYmNPSVw" Content-Disposition: inline In-Reply-To: <20230725123711.149230-1-krzysztof.kozlowski@linaro.org> --Ot+MAbhOrYmNPSVw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 25, 2023 at 02:37:11PM +0200, Krzysztof Kozlowski wrote: > Each regulator node, which references common regulator.yaml schema, > should disallow additional or unevaluated properties. Otherwise > mistakes in properties will go unnoticed. >=20 > Signed-off-by: Krzysztof Kozlowski Acked-by: Conor Dooley > --- > Documentation/devicetree/bindings/net/qca,ar803x.yaml | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/net/qca,ar803x.yaml b/Docu= mentation/devicetree/bindings/net/qca,ar803x.yaml > index 161d28919316..3acd09f0da86 100644 > --- a/Documentation/devicetree/bindings/net/qca,ar803x.yaml > +++ b/Documentation/devicetree/bindings/net/qca,ar803x.yaml > @@ -75,6 +75,7 @@ properties: > description: > Initial data for the VDDIO regulator. Set this to 1.5V or 1.8V. > $ref: /schemas/regulator/regulator.yaml > + unevaluatedProperties: false > =20 > vddh-regulator: > type: object > @@ -82,6 +83,7 @@ properties: > Dummy subnode to model the external connection of the PHY VDDH > regulator to VDDIO. > $ref: /schemas/regulator/regulator.yaml > + unevaluatedProperties: false > =20 > unevaluatedProperties: false > =20 > --=20 > 2.34.1 >=20 --Ot+MAbhOrYmNPSVw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZMAqDAAKCRB4tDGHoIJi 0pTaAP4xqWscNl1Z2K7dWlggYN0rr87fskelc5n8AGihPxrlWgEAlBqN8MbJJRlI GgDx+30oEkC/nReimgsm95+i0bISdgU= =UjTP -----END PGP SIGNATURE----- --Ot+MAbhOrYmNPSVw--