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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DEC04EB64DA for ; Fri, 14 Jul 2023 05:17:12 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8DD4586D0E; Fri, 14 Jul 2023 07:17:10 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1689311830; bh=XBELKCWGZWSBqvYl2H2lBeCbZ5jKeJU7xD0bE4Zpi/U=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=qOZMnyFiLh+dN2l6nIIzk6srb3aBwq/9t/9MgPrEOpma7HjxgNjTANbrazALN3a9D 3dEocdorGsdemV01uKcJe100QFD65UfCCBdH0bj+la9zVjExOkz0KvRMcHePaqKdDH 3o9x+aG6e89lJkfp6fUFc8g8inmWnAXcpwne40VjIoIIOzzlrqEK7buPQhkO92mRXe QkonaJ0xiTKdmybrSp2tfhLp/O+3C9wzy/z0hiRt3uXgBaEx7+cm5zUxDs2J6Nz/5Y 3sf8fmuQQuV26YEYqqP+tAFAQZoecnEvPZtZIPui/t8e5P5qt6jyU0eWuufueV3qH/ f56QyiJplD3Zw== Received: from [IPV6:2001:a61:619a:9701:4e4c:100d:482a:124b] (unknown [IPv6:2001:a61:619a:9701:4e4c:100d:482a:124b]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbabic@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 4AF9786CF8; Fri, 14 Jul 2023 07:17:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1689311828; bh=XBELKCWGZWSBqvYl2H2lBeCbZ5jKeJU7xD0bE4Zpi/U=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=MRZq7kRhTqb/7/8XJR43IiMmKOZDmng9E4svlJdDPAxaJ6ahvtn9EuraLq8Au9GoM QuSec1oS8upIyFJsvRRm1tHtcF3lFrHxKubf8vGdr9y1H7dbtsR1h4RMp+YVXbNOLD FaxD133wiF7+AxG924RbUiS95Rg1LcSUmlmXaxcNZ0T+7wBsGDGG3xi1scY7apHcBF Kcill7GnCZdA2ZalYvW1JYwx8fqBTj0K3xqcKzlyquXvoc9jw1CzdMroprzngv4+FH duEiw6fAxXcySL21J8AlM446nePA6gL/+sELGT3fujYd12qc4RF8UJTORJ5uOLfqtn 58yf1Uu0towIA== Message-ID: <339b69d6-c586-d85d-64de-92cd1469d017@denx.de> Date: Fri, 14 Jul 2023 07:17:07 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH 1/3] arm: dts: imx8mm: Sync with Linux 6.3 To: Tim Harvey , sbabic@denx.de Cc: Adam Ford , Marek Vasut , Ye Li , Peng Fan , Li Jun , u-boot@lists.denx.de, Fabio Estevam , Fabio Estevam References: <20230427180845.127439-1-festevam@gmail.com> Content-Language: en-US From: Stefano Babic In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Hi Tim, Fabio, On 14.07.23 02:42, Tim Harvey wrote: > On Wed, May 3, 2023 at 9:11 AM Tim Harvey wrote: >> >> On Fri, Apr 28, 2023 at 11:19 AM Fabio Estevam wrote: >>> >>> Hi Tim, >>> >>> On Fri, Apr 28, 2023 at 2:59 PM Tim Harvey wrote: >>> >>>> I believe the fix we need is the following which moves phy setup >>>> before the register access (where it should have been along with the >>>> case for !defined(CONFIG_PHY): >>> ... >>>> If everyone agrees here I'll submit a formal patch which should get >>>> applied through Marek via the usb tree before the dt sync. >>> >>> This works for me, thanks. >>> >>> When you submit it, feel free to add: >>> >>> Tested-by: Fabio Estevam >> >> Fabio, >> >> with commit bb6ea0fe9290 ("usb: ehci-mx6: move phy setup before >> register access") now in imx/master: >> Tested-by: Tim Harvey #imx8mm-venice-gw73xx-0x >> > > Stefano, > > It doesn't look like this got picked up in your latest tree for some reason. > Series disappeared from my list in patchworks, maybe because I erroneously thought that a V2 will be sent. I will pick up the series, thanks for advising. Best regards, Stefano > Best regards, > > Tim -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de =====================================================================