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 CF428C6FA83 for ; Tue, 6 Sep 2022 05:42:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232803AbiIFFm7 (ORCPT ); Tue, 6 Sep 2022 01:42:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44592 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232570AbiIFFm6 (ORCPT ); Tue, 6 Sep 2022 01:42:58 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 85B7C5AC5A for ; Mon, 5 Sep 2022 22:42:57 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 3AE0680B0; Tue, 6 Sep 2022 05:35:21 +0000 (UTC) Date: Tue, 6 Sep 2022 08:42:55 +0300 From: Tony Lindgren To: Tomi Valkeinen Cc: Nishanth Menon , Linux-OMAP Subject: Re: Unable to boot 6.0-rc3 on dra76 Message-ID: References: <7a0d68b0-0458-9c12-0e8a-cb0ed402700a@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7a0d68b0-0458-9c12-0e8a-cb0ed402700a@ideasonboard.com> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Tomi Valkeinen [220831 12:22]: > On 31/08/2022 14:54, Tony Lindgren wrote: > > * Tomi Valkeinen [220831 11:35]: > > > Hi, > > > > > > I've been unable to boot 6.0-rc3 on dra76 evm with omap2plus_defconfig. I get no output from the kernel. > > > Enabling earlyprintk gives me the following. Any ideas? > > > > This series of fixes for deferred probe in Linux next should help: > > > > https://lore.kernel.org/linux-kernel/20220819221616.2107893-1-saravanak@google.com/ > > > > Hopefully it will get merged to the mainline kernel soonish. > > Thanks Tony! This solves the issue. Looks like the deferred probe fixes are now merged in v6.0-rc4 FYI. Tony