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 2B5F4ECAAA1 for ; Mon, 31 Oct 2022 15:23:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230525AbiJaPXU (ORCPT ); Mon, 31 Oct 2022 11:23:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50192 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230056AbiJaPXR (ORCPT ); Mon, 31 Oct 2022 11:23:17 -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 41AFB11470 for ; Mon, 31 Oct 2022 08:23:17 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CFED26127D for ; Mon, 31 Oct 2022 15:23:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6BCD3C433C1; Mon, 31 Oct 2022 15:23:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667229796; bh=HJG/CuApGqqLjUDx4rdHq/VPzI9YhRhJjxfBzXc0IcI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GeTjXulpwr+3+hdDAAxTmXeMxXcaKAFEaQpAbqFlQ8WgCQUktPb5p4gpAjhAD06k+ kWjN36S6sjD7ESl0rOGIbxR2g12k/cdqPEaHmUb33IRwoSYKyqZzP0e9Tnx7MvAQ5Q CPuVpq/fH3M9WX/ZAESjM63mEgCNP5Zf8MxVQ59/mBEhTn/Iy0oMS+LaoaDrEJumL6 60tZDhvPkBBnl8SI7S0BAcMlRwrGSrP6woJ30Bi/dbJN6a04RAhU6dicgDOTu3zT2l Dy8Wvvp1lQID4+H/pdCtUSl2WnBMDTue93m2rjNRh1tOW9xAAJGihQo79WyK1V4Sro B1DxB1GC/peug== Date: Mon, 31 Oct 2022 15:23:11 +0000 From: Lee Jones To: Matt Ranostay Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, miquel.raynal@bootlin.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] dt-bindings: mfd: ti,am3359-tscadc: add missing power-domains property Message-ID: References: <20221025080014.403457-1-mranostay@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221025080014.403457-1-mranostay@ti.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 25 Oct 2022, Matt Ranostay wrote: > Add optional power-domains property to avoid the following dt-schema > failures: > > tscadc@40200000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Matt Ranostay > --- > Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml | 3 +++ > 1 file changed, 3 insertions(+) Applied, thanks. -- Lee Jones [李琼斯]