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 X-Spam-Level: X-Spam-Status: No, score=-17.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E832C07E98 for ; Mon, 5 Jul 2021 04:54:18 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id B85BD613D0 for ; Mon, 5 Jul 2021 04:54:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B85BD613D0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 79FED8033E; Mon, 5 Jul 2021 06:54:14 +0200 (CEST) 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=1625460854; bh=QA83C8ksmvhjnUlN6pA4gZ0XwzkYDERh+hGFr6XvUqc=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Reply-To:From; b=Wb994oeFzP/Z6Ja15v+G+VKFrCU0ZTU6QqOeONq7nfWCYYK++nxiLh3FgnElaWH8u SDDD0ohsSVSzcUbog3PMgDGv64ApAr0b70fVBgkWzv/JLmBU3iBk4UQsLUMlk7T9MC Ky0QAed98XqdEB2VTvEBf79IIwB9THseRnSGgAIRnMN5pBBxmz+LYrrYr/Q6b/S+EH 7sFRJyzQJzu5f8dzaRccTa9PQkgQmixskco6dm4099jvR61g2qM0s7Oti9xRL4pCS+ Uq1ar1aYGO1Ggl3zwTtkhxlNAP+ZtG6OwI77B3p2hSKEhF1+hIBvgQry9hxveYMlm8 2+qUhy2hBE/uw== Received: from [192.168.1.107] (91-82-24-136.pool.digikabel.hu [91.82.24.136]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: hs@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 3EAB5800BF; Mon, 5 Jul 2021 06:54:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1625460852; bh=QA83C8ksmvhjnUlN6pA4gZ0XwzkYDERh+hGFr6XvUqc=; h=Reply-To:Subject:To:Cc:References:From:Date:In-Reply-To:From; b=JnhqvTXt3fO8eovGQlTkLo8MPmBUUGbtVALol0a+rl/ozAlb8kh4VZzDCGxvBHlP7 kz5BDuHCH74CRmF1NC0FkZUQ/YcFJJ1X5bDc1yTTug0fkFtBDiFiDHw7x6joqX2c0B peiynAFF9IXNVgSNv4BbNbJrZK5DAFDU5rQ1RmljoO55QIwqLGFwEOPErflYeIEc// Ax9hN0nooGorTstA11QxwnNEv8mmtIZREI5iINqzQT1BfmTGZq9KkRAH0DXFPIydiz ZkAOyVNbjpIFLz96zVlBKVSWf/DnWHYOZgqEdJSqUrgNo62YSswPfwO6iB+KdklmH+ qAfICIBgHsnRg== Subject: Re: [PATCH v2 1/9] arm: dts: imx8mp: Resync imx8mp device tree include To: Teresa Remmet , u-boot@lists.denx.de Cc: Stefano Babic , Fabio Estevam , "NXP i . MX U-Boot Team" , Peng Fan , Jagan Teki References: <20210702111948.2197868-1-t.remmet@phytec.de> <20210702111948.2197868-2-t.remmet@phytec.de> From: Heiko Schocher Message-ID: <6e80e683-e663-40ef-ca26-d96d4e2f93af@denx.de> Date: Mon, 5 Jul 2021 06:54:13 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210702111948.2197868-2-t.remmet@phytec.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: hs@denx.de Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Hello Teresa, On 02.07.21 13:19, Teresa Remmet wrote: > Sync imx8mp include with kernel commit: > d1689cd3c0f4 ("arm64: dts: imx8mp: Use the correct name for child node "snps, dwc3"") > > Signed-off-by: Teresa Remmet > --- > arch/arm/dts/imx8mp.dtsi | 146 +++++++++++++++++++++++++++++++++++++-- > 1 file changed, 141 insertions(+), 5 deletions(-) Reviewed-by: Heiko Schocher bye, Heiko -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-52 Fax: +49-8142-66989-80 Email: hs@denx.de