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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6A09C433F5 for ; Thu, 23 Sep 2021 05:41:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7679560FC1 for ; Thu, 23 Sep 2021 05:41:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229902AbhIWFnA (ORCPT ); Thu, 23 Sep 2021 01:43:00 -0400 Received: from muru.com ([72.249.23.125]:36368 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229890AbhIWFnA (ORCPT ); Thu, 23 Sep 2021 01:43:00 -0400 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id F2B4180F0; Thu, 23 Sep 2021 05:41:56 +0000 (UTC) Date: Thu, 23 Sep 2021 08:41:27 +0300 From: Tony Lindgren To: Jarkko Nikula Cc: linux-omap@vger.kernel.org, Laurent Pinchart , "H. Nikolaus Schaller" , Andreas Kemnade Subject: Re: Regression with e428e250fde6 on BeagleBoard Rev C2 Message-ID: References: <3f6924a7-1934-b94e-2441-4781fe737f32@bitmer.com> <5de5382b-9f11-c99b-5b9b-c90ae023e10b@bitmer.com> <638e4599-ab1d-ee88-6974-17463ce42f5c@bitmer.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Jarkko Nikula [210922 17:22]: > Better luck with this one but looks like idling cause "undefined > instruction" crash. Cache/memory etc corruption perhaps? Serial console > log attached. Hmm. If you comment out the twl power node, does the omap3-beagle-ab4.dtb boot normally for you? It should behave the same as current mainline then with the omap3isp issue. > I used the new omap3-beagle-ab4.dtb: OK. So for your rev c2 board, does the new omap3-beagle.dtb boot and work for you? > I guess the timer change would be the fix and twl changes for normal > development cycle? Yeah. Especially if it makes things worse for omap3-beagle-ab4.dtb. Regards, Tony