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 AD531C433EF for ; Thu, 31 Mar 2022 22:03:24 +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:Message-Id:Date:Cc:To:From:Subject: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=nrcWwLAwt4q4rHwaVje/tscF043TljktYjGA5XAf6Ns=; b=SNv82qifCZmM4t DPkj8wJamWJ6nm0iLrBbykUgPsyIdtlPF+MBUUXlRQaKONDcj8XKqS82Fto9KIpSA2mK8H9U1jp03 kbFqHRs/HCN5upmIqgPgWUvy9n1fGJJWw0GtYGbQciJCWZT+Zeg8mMZX028FYH544RcvBJuYs2sO/ 3chSBHuWWkFckmKos1X+Sbd00Zz8JyN3Zig+aaJ7fZXlrlu02i/8l5wyqzA11t7OeBeZq1nGn7rsw 6+HG58skFwCYcXfGx88zArYAsuTZPwwljYGtB3nY2FoP/wBt4ajMMxdeZWJM3P3coQRVJEzjP6rU2 kPJ6ZetoO28XX/NE7VHg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1na2rr-003oKg-V6; Thu, 31 Mar 2022 22:02:12 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1na2ro-003oKF-VC for linux-arm-kernel@lists.infradead.org; Thu, 31 Mar 2022 22:02:10 +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 170B3B82251; Thu, 31 Mar 2022 22:02:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A93DDC340ED; Thu, 31 Mar 2022 22:02:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648764125; bh=sq4IJmGrxQ3TogrRpurT596fT/qZn5fqE2CDej4dznc=; h=In-Reply-To:References:Subject:From:To:Cc:Date:From; b=EXUleC8Ql14kXOrbr7fxGnYkqH+JUL20xchmr4SsO99VVc/8MaZlzsuqqVyrFYIUB QRZujlKXlGuOSLSIGZ2noA+SosOECL0fr57eAmWUZbKFFJ3afRx0Ts9lQPuA4GtNF1 tj7NnndQDs/7wGIZifrx1zGm2LP85lBnX5d9HxPWzVYmbjpsGMQdrhDYeWBlTBgVuD g63KJ6gRYwUDEMBDYWRFC9/5uOlz77uq88Wg/Md5ti0hbV9GBgDwRqPaCWWCw6VXFC Fb8WBLXlmjS1CcWX8uB7tZJC3lF/EB3DDb738D9kt5JVK7zRkSSWPSmSBO2Xu0uMX4 exonihFLLe9Ug== MIME-Version: 1.0 In-Reply-To: <1911426.usQuhbGJ8B@steina-w> References: <1911426.usQuhbGJ8B@steina-w> Subject: Re: Boot lockup on imx8mp in llinux-next From: Stephen Boyd To: Alexander Stein , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org Cc: Maxime Ripard Date: Thu, 31 Mar 2022 15:02:03 -0700 User-Agent: alot/0.10 Message-Id: <20220331220205.A93DDC340ED@smtp.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220331_150209_184961_4D59EC05 X-CRM114-Status: GOOD ( 10.52 ) 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 Quoting Alexander Stein (2022-03-30 00:49:31) > Hello everyone, > > I noticed that my imx8mp based board (TQMa8MPxL, not yet mainline) locked up > during boot in linux-next. I bisected it down to commit [1]. > I found out that disabling 'fec' and 'eqos' (both ethernet controller) nodes > in DT resulted in booting Kernel, alas NFS boot failed eventually obviously. > Reverting make things working again. > I have no idea which clock is the actual culprit here and how to fix it. I > just wanted to make you aware of this issue. Thanks. Please try to help debug hit on the thread at https://lore.kernel.org/r/20220325161144.1901695-4-maxime@cerno.tech _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel