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 34AA2C00528 for ; Mon, 31 Jul 2023 15:43:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232035AbjGaPnE (ORCPT ); Mon, 31 Jul 2023 11:43:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229811AbjGaPnD (ORCPT ); Mon, 31 Jul 2023 11:43:03 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 67601E0; Mon, 31 Jul 2023 08:43:02 -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 042A0611A5; Mon, 31 Jul 2023 15:43:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AFBFDC433C7; Mon, 31 Jul 2023 15:42:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690818181; bh=/W2XVVZ70Suilz4XvS7nOUajHcrXgB3wWG6Dueczvec=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G7a4tQ+VUMK3V3PwL5NEu/9uYkedTQ3kVuTjAYB3miHf3Y7eZ5vTngYi+6MQ7LVLX qGPG9FmZoWF3PVEN35T3Gn4D+q+D6p49dqaByDVjBaxFlAiuouikbN/SAmhflwJFuO tCbVVda20TQUHk0nsN9vOnIyKWqrrerK7ghpTzSn3YgsgZnKD/5WekLN8zwNNLClxc HiAbuVMCIa0ceP9b3j9L4qDHTvfpGvOCoiL10KyOUzVICTm7ESKMw+pTYdEUwCOv/X RX9qWAuJguSrFfE0rb3WTG/Zkpp7au75bKBX9fyB6Khbh0wg9poiBgumU1UEe8yKnx 0TsODjJipaI0w== Date: Mon, 31 Jul 2023 16:42:57 +0100 From: Conor Dooley To: Fabio Estevam Cc: gregkh@linuxfoundation.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, devicetree@vger.kernel.org, linux-usb@vger.kernel.org, Fabio Estevam Subject: Re: [PATCH 2/2] dt-bindings: usb: ci-hdrc-usb2: Fix clocks/clock-names maxItems Message-ID: <20230731-snide-unrented-45886c0317c7@spud> References: <20230731144422.1532498-1-festevam@gmail.com> <20230731144422.1532498-2-festevam@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="zYizTsKi2BEF7P6Z" Content-Disposition: inline In-Reply-To: <20230731144422.1532498-2-festevam@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org --zYizTsKi2BEF7P6Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 31, 2023 at 11:44:22AM -0300, Fabio Estevam wrote: > From: Fabio Estevam >=20 > imx35.dtsi has three USB clocks. Adjust the maxItems to fix the following > schema warnings: >=20 > imx35-eukrea-mbimxsd35-baseboard.dtb: usb@53ff4400: clock-names: ['ipg', = 'ahb', 'per'] is too long Acked-by: Conor Dooley Thanks, Conor. --zYizTsKi2BEF7P6Z Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZMfWgQAKCRB4tDGHoIJi 0vLdAQDgMhOyofofEdKvAkLRXrSxJqb8QUtFomnfYQ2ja/DZXQEA2vtKKUOmTqIs 6ZCBGACUuAQlmXC6rdA2d2u0/RJpRQ0= =MpVH -----END PGP SIGNATURE----- --zYizTsKi2BEF7P6Z--