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 <alexander.stein@xxxxxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 -- > 1 file changed, 2 deletions(-) > Applied, thanks!