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 CF8EACE7A91 for ; Mon, 25 Sep 2023 02:37:18 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3Aq/WHkTlb+3xUbFl6PP4o3Ii1uIeVXUoBZExNdjQAs=; b=feYUAJOiCDoStc Dw4z7C4i/OIfQZn5EzCNnnsFpFift6lum4fxucKZHHF61xYi1Gio0p7WeqqDMnsxIq11M5TMTBbCd aNUbofYh0qKtygwSXy2VGZPoNmCb2qg45IF0ANDYPZ0stsm7Q6txF/Mi1lndmIq2PTLulm1xf8ywP wP49XIhgI9Un9HXsoN98voOI4S6YRzPyNeCv32XLlaq20pPX1qyx4arXqPxeidAdB8m5DcBmLSXkC E0baK9uGUc3mV8+oDpfe0KYAY9bgeGNQxiwpbXJ9uT0W6Dqbv63WtEo+NOChZwqLGaDlVOwjFF6yI Fu5e4WmFlQroD8kc/82w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qkbSy-00DAmS-34; Mon, 25 Sep 2023 02:36:56 +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 1qkbSw-00DAlf-17 for linux-arm-kernel@lists.infradead.org; Mon, 25 Sep 2023 02:36:55 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 8E4C860B95; Mon, 25 Sep 2023 02:36:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C6349C433C7; Mon, 25 Sep 2023 02:36:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695609412; bh=ORjMJl0jEsAfS5fqI3eP2Lc9SWbkiWBKu9rEMiNfMv4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=l49ErAcxwFp32YDQ8OqwjRa1L63I5DySN9lB8Rqox84fR4P0fdkJ5Z4TZTMl380BV wtIhgl+IovCc3S8yuJqUOJA2sldtP2LEMFByjoW9bDTg3NmH6e/VNZU5dzXCj5qd5G dNS/DiruMjk5dg5wwctdKkt5QKULfYFd63ywiJoK0/ZH8WNHDP8hg39OKBOau/wmXh W022s3GVM2PVo1YoRYxYfAvXumoy1had4jtlLmFImQbXRa3iuFSZJ4B2clxsC/4ph9 6NMKwooRHzFyESk7f0T+YkXfV7ANh7diSlzXO0clRzzTYdGJMeqHksfFM4mHhIJIng TS6CJmXh4mICA== Date: Mon, 25 Sep 2023 10:36:44 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] ARM: dts: imx7s: Fix CSI clocks Message-ID: <20230925023644.GC7231@dragon> References: <20230913133648.1870510-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230913133648.1870510-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230924_193654_427443_9FBECF41 X-CRM114-Status: GOOD ( 10.30 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Sep 13, 2023 at 10:36:48AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Per nxp,imx7-csi.yaml, there is only one CSI clock entry. > > Fix it. > > This fixes the following schema warnings: > > imx7d-zii-rpu2.dtb: csi@30710000: clocks: [[1, 413], [1, 326], [1, 413]] is too long > from schema $id: http://devicetree.org/schemas/media/nxp,imx7-csi.yaml# > imx7d-zii-rpu2.dtb: csi@30710000: clock-names:0: 'mclk' was expected > from schema $id: http://devicetree.org/schemas/media/nxp,imx7-csi.yaml# > imx7d-zii-rpu2.dtb: csi@30710000: clock-names: ['axi', 'mclk', 'dcic'] is too long > from schema $id: http://devicetree.org/schemas/media/nxp,imx7-csi.yaml# > > Signed-off-by: Fabio Estevam Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel