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 E9095C04A6A for ; Thu, 10 Aug 2023 19:14:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236282AbjHJTOO (ORCPT ); Thu, 10 Aug 2023 15:14:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34202 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235835AbjHJTON (ORCPT ); Thu, 10 Aug 2023 15:14:13 -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 E1538270F; Thu, 10 Aug 2023 12:14:12 -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 7829766716; Thu, 10 Aug 2023 19:14:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1D7ABC433C7; Thu, 10 Aug 2023 19:14:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691694851; bh=kqCd67KWHHOLReJvm60zqqKL8Zb5KIbe0uvLTrSIOZs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EKiS+ULIakQrrpijPFaaf0WBEim2QoRzv+C220roUF0VfjlU17zCdMn2SzsEhU6FP SRtpPfGcARWlvKncZkOLSN2YI/UMmKBldJtxyKl4PMIwfYhSUbNw0Ka2/iv0UdoJV3 6nuYDDlVc1aMF7JMomgxsXiGeENAXSM5Qy45kkgmWIoEJjYbcd7KlLacAdqRD4aa6d w3cgON9vVn+sS3nuEAK7s4vFIHDt82UaFvXB0Sai71E3bzB172dULGdRIA1CbNyWm6 0nLYTOgQKs4HZFo9KLXNcRXw13T/htD5/445A8BuoSNxvtP+OOilpXdP4LXEH/ZfFK t7xoqjuIrGKXw== Date: Thu, 10 Aug 2023 20:14:04 +0100 From: Conor Dooley To: Alexander Stein Cc: Philipp Zabel , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , "Rafael J . Wysocki" , Daniel Lezcano , Amit Kucheria , Zhang Rui , Thomas Gleixner , Pengutronix Kernel Team , NXP Linux Team , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH 1/6] dt-bindings: trivial-devices: Remove national,lm75 Message-ID: <20230810-prissy-nibble-9f7747bdb64e@spud> References: <20230810144451.1459985-1-alexander.stein@ew.tq-group.com> <20230810144451.1459985-2-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="kIdsuo58jt+pjDVs" Content-Disposition: inline In-Reply-To: <20230810144451.1459985-2-alexander.stein@ew.tq-group.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org --kIdsuo58jt+pjDVs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 10, 2023 at 04:44:46PM +0200, Alexander Stein wrote: > Starting with commit 3e37c9d48f7a ("dt-bindings: hwmon: Convert lm75 > bindings to yaml") 'national,lm75' has it's own dedicated (YAML) binding. > If kept in this file device specific properties as 'vs-supply' are > considered excessive. Remove compatible here so it can be checked with > more specific binding. > arch/arm/boot/dts/nxp/imx/imx6q-mba6a.dtb: sensor@48: 'vs-supply' does not > match any of the regexes: 'pinctrl-[0-9]+' > From schema: Documentation/devicetree/bindings/trivial-devices.yaml >=20 > Signed-off-by: Alexander Stein Acked-by: Conor Dooley Thanks, Conor. > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 -- > 1 file changed, 2 deletions(-) >=20 > diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Doc= umentation/devicetree/bindings/trivial-devices.yaml > index 40bc475ee7e1..e30335d4e504 100644 > --- a/Documentation/devicetree/bindings/trivial-devices.yaml > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml > @@ -295,8 +295,6 @@ properties: > - miramems,da311 > # Temperature sensor with integrated fan control > - national,lm63 > - # I2C TEMP SENSOR > - - national,lm75 > # Serial Interface ACPI-Compatible Microprocessor System Har= dware Monitor > - national,lm80 > # Serial Interface ACPI-Compatible Microprocessor System Har= dware Monitor > --=20 > 2.34.1 >=20 --kIdsuo58jt+pjDVs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZNU2/AAKCRB4tDGHoIJi 0lwWAQDrilXexeGOevcNPNlmm6AD15crdC32Z29BDRztUy33MQD/V1hjWuJ7t9ek NCcwFrHAYB6J63OH6XLI1MraklBLBAw= =4Iva -----END PGP SIGNATURE----- --kIdsuo58jt+pjDVs--