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.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 A7A9FC433FE for ; Tue, 21 Sep 2021 07:55:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8F3A9611C5 for ; Tue, 21 Sep 2021 07:55:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230482AbhIUH5E (ORCPT ); Tue, 21 Sep 2021 03:57:04 -0400 Received: from muru.com ([72.249.23.125]:35356 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230032AbhIUH5C (ORCPT ); Tue, 21 Sep 2021 03:57:02 -0400 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7922B80A8; Tue, 21 Sep 2021 07:56:02 +0000 (UTC) Date: Tue, 21 Sep 2021 10:55:33 +0300 From: Tony Lindgren To: Suman Anna Cc: linux-omap@vger.kernel.org, Dave Gerlach , Faiz Abbas , Greg Kroah-Hartman , Grygorii Strashko , Keerthy , Nishanth Menon , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Kishon Vijay Abraham Subject: Re: [PATCH] bus: ti-sysc: Fix external abort for am335x pruss probe Message-ID: References: <20210915065032.45013-1-tony@atomide.com> <3fd1968e-491e-6d98-ec9c-d29baed3158f@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3fd1968e-491e-6d98-ec9c-d29baed3158f@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Suman Anna [210916 16:55]: > Let me take a look at this during the weekend. I did verify the AM335x PRUSS > when I posted the dts patches on 5.14-rc. You should be able to check as well > from your staging branch with PRUSS patches. FYI, I just posted what might be a better fix and a test script in thread "beaglebone black boot failure Linux v5.15.rc1". Regards, Tony