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 DFC4CC433EF for ; Thu, 24 Feb 2022 04:06:56 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id F20C783B73; Thu, 24 Feb 2022 05:06:53 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (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=1645675614; bh=XOaBnZRNLQe5Uf/Vlbui7bEyLGiDECDufgqod0vUT08=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=tW8H/067xuyVE/ayy59uJyhUJNqh2JL54V2O1wJd9gfJJuyOUkptd+MUTD8PtilpY yIH4LJvPYbEfDq0x4bep28gUdZ5SrzSflH1w7bC3093FBAPIjqlIjYBVgUQ+PGCjtU oPXeS2d+hASKfbbheBHlYvWIbG5NjXczfk2NoEyetx68wRIGfQQP4zWF9OpK6P+QW/ tN5wNGh9QXqdHROEp6VTxwQON+j0UjqkB+civrzdq1QMOpjmQU3BAURwQ6QitAbXCy WHxArGlaldtLzZJOjSMOiiz7JxFd5HsXPNSMyByY1rFUvaeUAssWOq8hnlLUl/fr7Q 3tI2ASZUFmkhA== Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id E939D83A7B; Thu, 24 Feb 2022 05:06:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1645675612; bh=XOaBnZRNLQe5Uf/Vlbui7bEyLGiDECDufgqod0vUT08=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=RAAnd+obyTlT4ARLdKm4LfgqJOWOtt1rQS9X0g50LIBWQgHQ+isAOUMFoIrdY1yAL q7388T+A4go2C8U6B3zjawI22cMl7QG8HRQs4jSTX9G36UyKDHQzktic3XA1VDQCGJ WAYizn5UmgAeWq2NpMBLk1X9LLqqQfgI5vrY57j2pRIJavwYDMEAsqUMwBIMRqlJBm 21snPwVCtxpEVr/cgRF0jiQm526/tEMxoTqZTTll4oUuZw2GU4HZGd03KlABIlSU8d szPqLdtk4qThjXVpw16q52v5/zWDNfKPYlve6ZYizBOms1+BnaOscuAWHvXlyuIHoq gSiSOl7BAWTmg== Message-ID: Date: Thu, 24 Feb 2022 05:06:01 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0 Subject: Re: [PATCH v3] ARM: imx: imx8mn-*-evk: use DM settings for PHY configuration Content-Language: en-US To: Heiko Thiery , u-boot@lists.denx.de Cc: Stefano Babic , Michael Walle , Fabio Estevam , "NXP i . MX U-Boot Team" , Peng Fan , Frieder Schrempf References: <20220223081028.458971-1-heiko.thiery@gmail.com> From: Marek Vasut In-Reply-To: <20220223081028.458971-1-heiko.thiery@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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.5 at phobos.denx.de X-Virus-Status: Clean On 2/23/22 09:10, Heiko Thiery wrote: > With the correct settings described in the device-tree the PHY settings > in the board init are no longer required. The values are taken from the > linux device tree. > > The PHY latency settings are derived from the phy-mode property and the > voltage seetings are done via the regulator. > > Suggested-by: Michael Walle > Signed-off-by: Heiko Thiery Tested-by: Marek Vasut # 8MNANOD4-EVK