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 9B32CCD128A for ; Mon, 8 Apr 2024 09:52:36 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=0EyOfhHl1LtSa0E8MhWiIfX6GpPFBYGke81NOlsWZXg=; b=tuUACYVVOPXmp0 WgbLoDuLUV1IwcfQavjmuquX5oNWxJuf2DJR7wIhCaI74PXIhDZU0aQQI1amV1ZUb7+sudEn5piGc 5x/NTCWlXqXBsDekHqgxEpuAwtAe3tkkeDwXt2lgT9zgERtpg1LIGtnVgM6UgvTBwEDMMv2JbR+VF 66oAUD7ZL3WUcf5CHFnbIPUz6QN2+RuykQS4eCpGQPVQNzMeJ0mU9ApclB/9knkMHPg8NochPir4i 1N7XCTr9hGbcYnUcBp/cMLpfjGrfftKTuaS32nt2bE8s9x19DIOxAwLvQxsjTlV2/kYSJQmE1ggPY 3kux+AGQ369Qt4S4AUMw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rtlfp-0000000FAFV-2glN; Mon, 08 Apr 2024 09:52:21 +0000 Received: from mail11.truemail.it ([2001:4b7e:0:8::81]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rtlfi-0000000FAEA-2dHb for linux-arm-kernel@lists.infradead.org; Mon, 08 Apr 2024 09:52:19 +0000 Received: from francesco-nb (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 05E0F1F930; Mon, 8 Apr 2024 11:52:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1712569924; bh=kRn+TEiL98Irs+PaKizAbAibCQXM1ve6O3O6LyKdnW0=; h=From:To:Subject; b=GKv1ole8KHs1GaBbGAS7IRjN0LdEzUfrrVbSvQSAWlKyxa0fcezHRyk1bTkk3Acbc u+kySILnr+HfdlrOvf72CG4PYyplKczBAwmZU9TB4VbeGhyWt1EduWjSfiIrsHWG4F mTSMKNdwJhYahHcr/0v0YnfSnlpk16l9fjg+qxDLBruU25BMo0p6we4vZgMctGcRMH xsueJW2/KwdHenVt7Gn4SgMMLciqDWfRMmFgoJf9pNblav8zUwAL50SB0ODx8Eg6Du fMgGncV0oiK0ZYl5eFhBmaGlIRFughvfoApuLPptwRT1FSTBKXSAAEkBjvCTzzzb59 K7lRlmC9ymjUA== Date: Mon, 8 Apr 2024 11:52:00 +0200 From: Francesco Dolcini To: Roger Quadros Cc: nm@ti.com, vigneshr@ti.com, afd@ti.com, kristo@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, srk@ti.com, r-gunasekaran@ti.com, b-liu@ti.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 5/5] arm64: dts: ti: k3-am62*: Add PHY2 region to USB wrapper node Message-ID: <20240408095200.GA14655@francesco-nb> References: <20240201120332.4811-1-rogerq@kernel.org> <20240201120332.4811-6-rogerq@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240201120332.4811-6-rogerq@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240408_025215_758932_587F1EA8 X-CRM114-Status: UNSURE ( 7.40 ) X-CRM114-Notice: Please train this message. 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 Hello Roger, On Thu, Feb 01, 2024 at 02:03:32PM +0200, Roger Quadros wrote: > Add PHY2 register space to USB wrapper node. This is required > to deal with Errata i2409. > > Signed-off-by: Roger Quadros What's the status/plan for this? v6.9-rc misses it and therefore we have this error in the logs (and of course, we miss the workaround). [ 0.583305] dwc3-am62 f910000.dwc3-usb: invalid resource (null) [ 0.589304] dwc3-am62 f910000.dwc3-usb: can't map PHY IOMEM resource. Won't apply i2409 fix. Apart for the error message, the change here seems required for the hardware to properly function (IOW IMHO it should be back-ported to stable). Francesco _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel