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 0CCA95692 for ; Fri, 11 Aug 2023 15:49:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0EAEC433C7; Fri, 11 Aug 2023 15:49:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691768947; bh=HFSuChC49w6nabt+nxfBzErUssKeJ9LDoQh9jdgPbEU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DvzH50v1+E7Uu4vImDoYHqvF+GAWEChbMQhofNG0xvVf3y7feiK0o9efQclKPdEey almszqXw7hvmZsgz+ZOtBZExFisKp0MAPqJ8FQsusxhEyIjM+1nLqde3odEW8TSX1A VTN5O8bjvziywxBtBtB8lrQA0zx0+2WNZEXey5sLHOekckUjwaaMBllkURznGeKBkn ri4rQcZtq9X1eA8Z6rSRKeqNWvJ3u2/r5UJzewAgbnXxphoIbGKPogfRZBnQvFFPvs r5I523qPywsYbmUBG9vBdwVWmJ+aUcUMhjPdPocBiGbwWaYx8ZuWakX7jjxcTPCsxd uHg2cbyxhShgQ== Received: (nullmailer pid 3520409 invoked by uid 1000); Fri, 11 Aug 2023 15:49:03 -0000 Date: Fri, 11 Aug 2023 09:49:03 -0600 From: Rob Herring To: Alexander Stein Cc: Daniel Lezcano , dri-devel@lists.freedesktop.org, netdev@vger.kernel.org, Krzysztof Kozlowski , Amit Kucheria , Conor Dooley , linux-arm-kernel@lists.infradead.org, Eric Dumazet , "Rafael J . Wysocki" , Thomas Gleixner , David Airlie , Pengutronix Kernel Team , linux-pm@vger.kernel.org, Daniel Vetter , Sascha Hauer , "David S . Miller" , Jakub Kicinski , Rob Herring , Shawn Guo , Paolo Abeni , devicetree@vger.kernel.org, Fabio Estevam , Zhang Rui , Philipp Zabel , NXP Linux Team Subject: Re: [PATCH 1/6] dt-bindings: trivial-devices: Remove national,lm75 Message-ID: <169176894187.3520330.14434038424194995552.robh@kernel.org> References: <20230810144451.1459985-1-alexander.stein@ew.tq-group.com> <20230810144451.1459985-2-alexander.stein@ew.tq-group.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230810144451.1459985-2-alexander.stein@ew.tq-group.com> On Thu, 10 Aug 2023 16:44:46 +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 > > Signed-off-by: Alexander Stein > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 -- > 1 file changed, 2 deletions(-) > Applied, thanks!