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 0CA08EB64DD for ; Fri, 11 Aug 2023 15:49:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236293AbjHKPtM (ORCPT ); Fri, 11 Aug 2023 11:49:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48172 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236596AbjHKPtI (ORCPT ); Fri, 11 Aug 2023 11:49:08 -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 8F1972123; Fri, 11 Aug 2023 08:49:08 -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 25F4B67570; Fri, 11 Aug 2023 15:49:08 +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> 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> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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!