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 39CCDC0015E for ; Fri, 11 Aug 2023 15:18:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236247AbjHKPSJ (ORCPT ); Fri, 11 Aug 2023 11:18:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39110 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236237AbjHKPSF (ORCPT ); Fri, 11 Aug 2023 11:18:05 -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 7A80630FE; Fri, 11 Aug 2023 08:17:58 -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 1402467491; Fri, 11 Aug 2023 15:17:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BEC7CC433C8; Fri, 11 Aug 2023 15:17:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691767077; bh=sYvo6BzZgVIR+Xo2mgLwMg8tTTWGszb7yIrxN1LiV9g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=af1XG8igMEDms8WJwIDR8zAXEB1LFBOggC12ArcsWcd8+0F94rfLne/U2x1Jf5X3T 5U9owhCxIpoU4kHWRAUBhre6SlzeGOUyUzdrXCNpwt0Tqp1EFddHneh/EcydrnL+Yb g7EIA0CZO56Qkr4LGCxPpC1qIDiFHMUNRK4VvjpsHZC59Z+tPlhp6ptuo3Nl3JgoDq GsKjQoMeU0d17CzvLs4HYEngKxK9dAoHgqy9wcBuCZAm6xarG4ABoc+NGTzcZf/eZb byDC12BKJe6CNeWYBgrl1XNgmX65P/R+w9ueXCu3HPNHB8ZIjxuCTl9BERy+WvWeX+ 5qPd+FlNjQgBA== Received: (nullmailer pid 3485263 invoked by uid 1000); Fri, 11 Aug 2023 15:17:55 -0000 Date: Fri, 11 Aug 2023 09:17:55 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Jonathan Cameron , Lars-Peter Clausen , Krzysztof Kozlowski , Conor Dooley , Matti Vaittinen , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: iio: rohm,bu27010: add missing vdd-supply to example Message-ID: <20230811151755.GA3484524-robh@kernel.org> References: <20230808063223.80431-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230808063223.80431-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Aug 08, 2023 at 08:32:23AM +0200, Krzysztof Kozlowski wrote: > Bindings require vdd-supply but the example DTS was missing one. This > fixes dt_binding_check error: > > Documentation/devicetree/bindings/iio/light/rohm,bu27010.example.dtb: light-sensor@38: 'vdd-supply' is a required property > > Fixes: ae8c47c51e5c ("dt-bindings: iio: ROHM BU27010 RGBC + flickering sensor") > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/iio/light/rohm,bu27010.yaml | 1 + > 1 file changed, 1 insertion(+) Acked-by: Rob Herring