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 1E129C433FE for ; Mon, 24 Oct 2022 01:26:22 +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=Rx1qegUtFJMw6ECPmtLygcY7tnwpnkmETtUr8un/lGg=; b=GPmsSITpYBpaAp D7+FNF2ktjJnxKXAthaJc22c2vbtfNxB7wgA5R1G2etQH3pb8CdsfPrM7gZXVRqrVdyalmmZf4dsb gkZD+6rKARzJJAiv18QWLXQ57GkfcSFuDNpqeEE6lb00ELTVE+NiLO/LI6LiPrPqdNxL4ihlm01ig Og6MD/ae3jigxankw7CwbzvBb58omxyVIQmIyTUm7cOCZ2NvcOhZ1FrWvZ/CE7T2HhGqkAETQsXVX i11udHBGoIKDTZ3LeJ8vuKQY98AmZbg2WDsTkeycaIGVEu08pCEYQ2fCaFUv40drwQAbfLXFk4npH nMzikX5cnhMzdERCwheQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ommDW-00GfQd-Hv; Mon, 24 Oct 2022 01:25:26 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ommDU-00GfPg-1B for linux-arm-kernel@lists.infradead.org; Mon, 24 Oct 2022 01:25:25 +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 ams.source.kernel.org (Postfix) with ESMTPS id B7DDBB80DAF; Mon, 24 Oct 2022 01:25:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44B44C433C1; Mon, 24 Oct 2022 01:25:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666574721; bh=8QXZjMnMtPGaNmu+eH+qGSsEOLzzqX1zMGiid3hbAJE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dC4ge3biE5XKuH7E2iQlOLGrhUMM1PC4Ynn0BSXIuZLPLfdjDAhJMm15PRlt4Em/V PLo2z34mBTUkBgfA47M9GW8c7jEfQsAHegbA/wMZxbv5Qeqn98CLQEjV0ze+KSg+Kg 5E+BBFT3RfWy6JVPPqqrkykNZP+Ui9a5RD41LTg5rsUVPxBYh0fxTCoGDmQoY3XdKO JSwyZiffErN4S3LjhGdl8GuZPOaxo5pcxkrqCTqHqJ8YclDvr8T0UoRzZlrMP38WaI KnS7sH4oWTjvnZWXHgq20zNrNQPLjMYjbSBfq5oCBAWVi9cM0RNZbKf9qwv5e3F5IO bnCl3iokHZJ/g== Date: Mon, 24 Oct 2022 09:25:15 +0800 From: Shawn Guo To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam , NXP Linux Team , Peng Fan Subject: Re: [PATCH] arm64: dts: imx8mm: Drop QCA clk out setup on Data Modul i.MX8M Mini eDM SBC Message-ID: <20221024012515.GU125525@dragon> References: <20220924174638.459104-1-marex@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220924174638.459104-1-marex@denx.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221023_182524_236486_3A4D59A7 X-CRM114-Status: UNSURE ( 9.47 ) X-CRM114-Notice: Please train this message. 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 Sat, Sep 24, 2022 at 07:46:38PM +0200, Marek Vasut wrote: > The PHY clock output is not connected to anything, drop the clock output > configuration. This way, the PHY does not generate output clock. > > Signed-off-by: Marek Vasut Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel