Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp2502304pxb; Tue, 21 Sep 2021 00:56:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxuGxmC5XYCrf8JDZGpq1I8qiC3wZB35XaE5NS8E8IK8hX4Z5NL7OOzkIzJ5+8+hmPPQQKd X-Received: by 2002:a05:6638:34a6:: with SMTP id t38mr23048576jal.19.1632211000132; Tue, 21 Sep 2021 00:56:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632211000; cv=none; d=google.com; s=arc-20160816; b=VIfCibUxczKcAOAuPIOwsXtsxrvN9O38Vxw6iIfpz7SVnUl46b4euYSUr83yr+G4iy 57Mi1vf9jYTj3I9OKzaAroA+bIWkmoMm4GLq40ZkH0RKx+fnX/d831afxz3QaySGVqYu ZjgQ81QQeiaPLu3MDpr5/7LxjVEA3LjC4Rw4StvXT+cnbR8IbaK3vRi70NC6ObDQRQv/ S9xpzR5Q5Ar4nW43p8dtbq/vTjmAC8Ib/7NZ3AhJtpQ/v6ZYqtbiIYkbkXdxGWBmj+6H FqrLzPvR8s9MVp4JDAvlJ6rVaqpCFMvIpPvEFyA2bxBGMkS8wYn/RxdZUwhRXlda8o+F MLyA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=2dTLQ+hbUiNS52TDDEKst3ZYe1zbJoErkeYeLGJj2f0=; b=GkQKdRMZVy33+n4QaSXQ/r+vlHo6UN1qDvagMP+ZG9+gKAK16iLXap3al/6iyeB4Qk LDpxt4oDBUstLWHtQFyvro+5mp13w9JLTmEu8vUW0CYVpr483oL43oBGGQ+FDAOGQ3yt 28AlPad7LNvgZa8VCPIt0khjiZ0Cihfciisf7op2jan4o3/fSTuzVmdRyrwZu/cu2fuC rs+kTfqez5Y1u0UI+r6IFIbvOwhfMd1M91XuaXwdj9+qg/hiqMU24qKP5sgtWNjQjowk QoqxOk/LyMyWBqbfuQxdF6Uqea8b0j4FTVABfqPY6EzxBINU3ZaveYPrgz9cgXCA/1Es 3d9Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m62si12954375ioa.15.2021.09.21.00.56.27; Tue, 21 Sep 2021 00:56:40 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230437AbhIUH5D (ORCPT + 99 others); Tue, 21 Sep 2021 03:57:03 -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