From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EE30B2AD22; Thu, 11 Sep 2025 01:08:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.19 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757552943; cv=none; b=t/y+yrFj6v/0jKBZe3dYY0lhfBOH+tEayueOJ0RA2rbuW0xyuBKr6JSIH4ggWaWVZMhIuYtANb5LqSY/qGWfYc/NdNtS1mIpN7FCttbFPpT56iURGATN9u6LIVvfcaRpqv22TADm6g/43SRR7FWphL9aRB6qEFVBgq1fscqHgBU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757552943; c=relaxed/simple; bh=R0GnnVvbLQRW/twqc40DEoUJo6aMtOo76EEaZfqmJXk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=A6VxFnC+gMRM0BIY/Y63Zp4XlNh1sM6R9RdubflgysP7vG3k7FmZ8eOAaztMrkNM3Y1VfvES7jI4JfeVhrvnOx1hL99A7sugHlaO1/usLbyMMAgIKGYFPMopxxWm0++M60EAhBupoekSF12+uM01o27NkYwmWBm/ku2eRQMmCXY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=hehXzZHc; arc=none smtp.client-ip=220.197.32.19 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="hehXzZHc" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; bh=CsNsiG3pc8pWG7MUbtRJFCqC5DA+Sce6zLpMwj1ZxEQ=; b=hehXzZHcto3G4TRvJ+zg/nlos1kK4ej4LIxxm7qsKs1H3wmwWPA2uD8ONtASQ1 ZLIdo6sKL8mhnm0Rf0zMN+dd0euvQYtKTVrYttKUFtbh6Q+sXS3OeUn5PMnsumbt mpDcZDF4Tkqq5GuWpFKB7foki46XqiU/pXFOrAvMOs9Hc= Received: from dragon (unknown []) by gzsmtp2 (Coremail) with SMTP id Ms8vCgDnjyT9IMJo2QdfBA--.19610S3; Thu, 11 Sep 2025 09:08:15 +0800 (CST) Date: Thu, 11 Sep 2025 09:08:12 +0800 From: Shawn Guo To: maudspierings@gocontroll.com Cc: Marc Kleine-Budde , Vincent Mailhol , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Aswath Govindraju , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , linux-can@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/2] arm64: dts: freescale: imx8mp-moduline-display-106: Use phys to replace xceiver-supply Message-ID: References: <20250822-can_phy3-v1-0-73b3ba1690ee@gocontroll.com> <20250822-can_phy3-v1-2-73b3ba1690ee@gocontroll.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250822-can_phy3-v1-2-73b3ba1690ee@gocontroll.com> X-CM-TRANSID:Ms8vCgDnjyT9IMJo2QdfBA--.19610S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxU5l1vUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiBAfFZWjCB7k19wAAs1 On Fri, Aug 22, 2025 at 11:20:06AM +0200, Maud Spierings via B4 Relay wrote: > From: Maud Spierings > > Fix the can tranceivers to actually use the new phy description instead > of the regulator tweak. > > Signed-off-by: Maud Spierings Applied, thanks!