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 1370AC433EF for ; Sat, 26 Feb 2022 12:54:04 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5E8D68303C; Sat, 26 Feb 2022 13:54:02 +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=1645880042; bh=prKIGnFwNBSEjQ6Dbr7ppm6DdTJxMy0XltJNLMcHttM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=d29PrVzxZai1tpIPVquWR8kNoXRtA7eVWspkEpE27TszM/inS5evZmCxrodgRST0K TPvxFpfXGSE3gq3yCBpNjfbni1+2luuVtG/B5B9WTrXl0AunRHnSgQbk0IqBAp2WY1 YD0Gz7RiIcnJql+OlSM/dqYpTR4x3SCcqTkyPH+Ev99JBeefI8YGd/dM4H8a4Dr9J1 o0UPi+gwKTO685FKxNRlPxYa3fQ8Nv/Jfn9gzurTNKjzDVEWa71I6Y0H88cy1k8gWB vO2ZUKzmFSVfzX7Ob3J5HUPHl1V5zhchuuXEwHiGYERidjjxGIAkfjBbUZyR0HVMv9 G0aF3lVvV4Ghw== Received: from mail.denx.de (unknown [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: festevam@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 744DC82F70; Sat, 26 Feb 2022 13:53:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1645880039; bh=prKIGnFwNBSEjQ6Dbr7ppm6DdTJxMy0XltJNLMcHttM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=c/u7P1GAtkp3ZGF7OCLMNY/hLT+ez+YXNrvwhZ2JMrm6HhANo0faFQ21pblLWYmjp jI67sbZx7zKuZ7GwyUGXeVI1qFHUe7TgT+HvoNEx6W33Vic5LeMwXMhbf+iVHW1vJJ T1lm5IjZm5nmbmobZWgYwmRyq8d0ScKC2/Ld6Ql8qsILdweQ628YgJ924EISbj+/Zv Ssg6UMNhWl5q3GcX+Um3efsOdx4e/nbxtKDAnmwX5mr5TbSn0DZ0RsZxH5M4AkyyAv vfshSsVs3uKORLAXxPHFkVvv50TRfvTw6z18NImxvRcWnI4Jq8xNjighmE2DIJARCU PExWlqDjZFO/g== MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 26 Feb 2022 09:53:59 -0300 From: Fabio Estevam To: Marek Vasut Cc: u-boot@lists.denx.de, Marcel Ziswiler , Peng Fan , Stefano Babic Subject: Re: [PATCH] ARM: dts: net: dwc_eth_qos: Fix i.MX8MP compatible string In-Reply-To: <20220226033637.95486-1-marex@denx.de> References: <20220226033637.95486-1-marex@denx.de> Message-ID: X-Sender: festevam@denx.de User-Agent: Roundcube Webmail/1.3.6 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 Hi Marek, On 26/02/2022 00:36, Marek Vasut wrote: > The correct compatible string for i.MX8MP variant of DWC EQoS MAC > is "nxp,imx8mp-dwmac-eqos", use it. Drop the two current users of > the current wrong compatible string to avoid breaking them. Yes, "nxp,imx8mp-dwmac-eqos" is the documented property in the upstream kernel: Reviewed-by: Fabio Estevam