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 780C4C7EE2F for ; Sat, 3 Jun 2023 21:16:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229634AbjFCVQM (ORCPT ); Sat, 3 Jun 2023 17:16:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229452AbjFCVQK (ORCPT ); Sat, 3 Jun 2023 17:16:10 -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 EAF9097; Sat, 3 Jun 2023 14:16:04 -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 6013760B61; Sat, 3 Jun 2023 21:16:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B9503C433EF; Sat, 3 Jun 2023 21:15:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685826963; bh=LJM8vKQSQ2RdRTp9RFziQNMxva4VRFMhJsh8lrUlmRk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EO0knllIEbHgMKF9bb/HSLeEyrNl2gcHYO2cqrr9UA3PsTXJnenHYAu7K+VbJFIwD /RZU4zUCB9del9munixsYO0lqFugBAPh8B/HVIOstiqgvxT2MxYCkWZued6iiRDo5T TicTu0H+y5VyOZ1R2mFWS4yPBozVSEnS0swMQDPRRxmiEPpsDoPVbY8Gsv6TKNwi2F g5xp88gpKILBB5VyNZNZlSKa0G/txR0MYTC17ZrrCMRN7CyXARTMkqG227wm3T0GoO XJI42e1GoB3IlVA+Kk+Sl34DruJbEIG6YAw6Id3Cbzqo1okisfHBVXK2bw3wO+vMey cdrkXhcxZPQOA== Date: Sat, 3 Jun 2023 22:15:54 +0100 From: Conor Dooley To: Varshini Rajendran Cc: tglx@linutronix.de, maz@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, claudiu.beznea@microchip.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, gregkh@linuxfoundation.org, linux@armlinux.org.uk, mturquette@baylibre.com, sboyd@kernel.org, sre@kernel.org, broonie@kernel.org, arnd@arndb.de, gregory.clement@bootlin.com, sudeep.holla@arm.com, balamanikandan.gunasundar@microchip.com, mihai.sain@microchip.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, linux-usb@vger.kernel.org, linux-clk@vger.kernel.org, linux-pm@vger.kernel.org, Hari.PrasathGE@microchip.com, cristian.birsan@microchip.com, durai.manickamkr@microchip.com, manikandan.m@microchip.com, dharma.b@microchip.com, nayabbasha.sayed@microchip.com, balakrishnan.s@microchip.com Subject: Re: [PATCH 03/21] dt-bindings: usb: generic-ehci: Document clock-names property Message-ID: <20230603-skincare-ideology-bfbc3fd384c5@spud> References: <20230603200243.243878-1-varshini.rajendran@microchip.com> <20230603200243.243878-4-varshini.rajendran@microchip.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="nAMUQ1Zej8t05qRN" Content-Disposition: inline In-Reply-To: <20230603200243.243878-4-varshini.rajendran@microchip.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --nAMUQ1Zej8t05qRN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hey Varshini, On Sun, Jun 04, 2023 at 01:32:25AM +0530, Varshini Rajendran wrote: > Document the property clock-names in the schema. >=20 > It fixes the dtbs_warning, s/dtbs_warning/dtbs_check warning/? > 'clock-names' does not match any of the regexes: 'pinctrl-[0-9]+' Does this fix a warning currently in the tree, or fix a warning introduced by some patches in this series? (Or both?) Cheers, Conor. >=20 > Signed-off-by: Varshini Rajendran > --- > Documentation/devicetree/bindings/usb/generic-ehci.yaml | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/usb/generic-ehci.yaml b/Do= cumentation/devicetree/bindings/usb/generic-ehci.yaml > index 7e486cc6cfb8..542ac26960fc 100644 > --- a/Documentation/devicetree/bindings/usb/generic-ehci.yaml > +++ b/Documentation/devicetree/bindings/usb/generic-ehci.yaml > @@ -102,6 +102,10 @@ properties: > - if a USB DRD channel: first clock should be host and second > one should be peripheral > =20 > + clock-names: > + minItems: 1 > + maxItems: 4 > + > power-domains: > maxItems: 1 > =20 > --=20 > 2.25.1 > --nAMUQ1Zej8t05qRN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZHutdAAKCRB4tDGHoIJi 0qo0AP492GWxNAZm5/JMwehSB/wjebZYTgg7CggXNDp4e+9ZmAEAqBHDVLVYKYXY 7h8c0U3NLQA8eGWDBjGhhXJ+h5Ab0gc= =sdYv -----END PGP SIGNATURE----- --nAMUQ1Zej8t05qRN-- 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DC883C7EE24 for ; Sat, 3 Jun 2023 21:16:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Ezw9w++7m2At5ekh4xQOW0JwQpqC3xCmL+GKVWJAqY0=; b=RXYUNtOh13cxerErySP3GU56d6 KWsihE8tv/Ms4TzZssaBZBMIj3b2YfuqRA5XVMdPwjR9Ec11kiGgF2o1izgL/j9vlbEi4WvvYF+1u mWw3Ftp5owUn1sKzX2u45FEJZI3UGCMF8wsejIeiXRY7rpOxTvyYcd3RmVHx5ATzZOeNdo3oKzcrD zN7UmMYE76QSyg2V4P5nq4etucKvcEbQF0sTyEyqdWKY1Jq6Db7p1rHGlAVkmN1zyY42zZFgUVZx4 1XhOH9/UW7ezp05R2KcohjRPrY5nFjtxwXWz1yGiL08bSe2tSIrjWSn59xtjCZM4vlfaChmrhA3nk YxGPWPbQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q5YbY-00AdVg-1X; Sat, 03 Jun 2023 21:16:08 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q5YbV-00AdUS-1r for linux-arm-kernel@lists.infradead.org; Sat, 03 Jun 2023 21:16:06 +0000 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 616F161484; Sat, 3 Jun 2023 21:16:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B9503C433EF; Sat, 3 Jun 2023 21:15:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685826963; bh=LJM8vKQSQ2RdRTp9RFziQNMxva4VRFMhJsh8lrUlmRk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EO0knllIEbHgMKF9bb/HSLeEyrNl2gcHYO2cqrr9UA3PsTXJnenHYAu7K+VbJFIwD /RZU4zUCB9del9munixsYO0lqFugBAPh8B/HVIOstiqgvxT2MxYCkWZued6iiRDo5T TicTu0H+y5VyOZ1R2mFWS4yPBozVSEnS0swMQDPRRxmiEPpsDoPVbY8Gsv6TKNwi2F g5xp88gpKILBB5VyNZNZlSKa0G/txR0MYTC17ZrrCMRN7CyXARTMkqG227wm3T0GoO XJI42e1GoB3IlVA+Kk+Sl34DruJbEIG6YAw6Id3Cbzqo1okisfHBVXK2bw3wO+vMey cdrkXhcxZPQOA== Date: Sat, 3 Jun 2023 22:15:54 +0100 From: Conor Dooley To: Varshini Rajendran Subject: Re: [PATCH 03/21] dt-bindings: usb: generic-ehci: Document clock-names property Message-ID: <20230603-skincare-ideology-bfbc3fd384c5@spud> References: <20230603200243.243878-1-varshini.rajendran@microchip.com> <20230603200243.243878-4-varshini.rajendran@microchip.com> MIME-Version: 1.0 In-Reply-To: <20230603200243.243878-4-varshini.rajendran@microchip.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230603_141605_745004_25AD7F31 X-CRM114-Status: GOOD ( 18.07 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alexandre.belloni@bootlin.com, nayabbasha.sayed@microchip.com, mturquette@baylibre.com, sre@kernel.org, edumazet@google.com, netdev@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, Hari.PrasathGE@microchip.com, linux-clk@vger.kernel.org, manikandan.m@microchip.com, maz@kernel.org, gregory.clement@bootlin.com, linux@armlinux.org.uk, claudiu.beznea@microchip.com, dharma.b@microchip.com, kuba@kernel.org, pabeni@redhat.com, cristian.birsan@microchip.com, devicetree@vger.kernel.org, conor+dt@kernel.org, arnd@arndb.de, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, durai.manickamkr@microchip.com, tglx@linutronix.de, linux-arm-kernel@lists.infradead.org, balakrishnan.s@microchip.com, sboyd@kernel.org, gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, davem@davemloft.net, mihai.sain@microchip.com, broonie@kernel.org, sudeep.holla@arm.com, balamanikandan.gunasundar@microchip.com Content-Type: multipart/mixed; boundary="===============2419679895877700189==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============2419679895877700189== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="nAMUQ1Zej8t05qRN" Content-Disposition: inline --nAMUQ1Zej8t05qRN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hey Varshini, On Sun, Jun 04, 2023 at 01:32:25AM +0530, Varshini Rajendran wrote: > Document the property clock-names in the schema. >=20 > It fixes the dtbs_warning, s/dtbs_warning/dtbs_check warning/? > 'clock-names' does not match any of the regexes: 'pinctrl-[0-9]+' Does this fix a warning currently in the tree, or fix a warning introduced by some patches in this series? (Or both?) Cheers, Conor. >=20 > Signed-off-by: Varshini Rajendran > --- > Documentation/devicetree/bindings/usb/generic-ehci.yaml | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/usb/generic-ehci.yaml b/Do= cumentation/devicetree/bindings/usb/generic-ehci.yaml > index 7e486cc6cfb8..542ac26960fc 100644 > --- a/Documentation/devicetree/bindings/usb/generic-ehci.yaml > +++ b/Documentation/devicetree/bindings/usb/generic-ehci.yaml > @@ -102,6 +102,10 @@ properties: > - if a USB DRD channel: first clock should be host and second > one should be peripheral > =20 > + clock-names: > + minItems: 1 > + maxItems: 4 > + > power-domains: > maxItems: 1 > =20 > --=20 > 2.25.1 > --nAMUQ1Zej8t05qRN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZHutdAAKCRB4tDGHoIJi 0qo0AP492GWxNAZm5/JMwehSB/wjebZYTgg7CggXNDp4e+9ZmAEAqBHDVLVYKYXY 7h8c0U3NLQA8eGWDBjGhhXJ+h5Ab0gc= =sdYv -----END PGP SIGNATURE----- --nAMUQ1Zej8t05qRN-- --===============2419679895877700189== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============2419679895877700189==--