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 4F07FC19F28 for ; Wed, 3 Aug 2022 13:02:20 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1BDEA84567; Wed, 3 Aug 2022 15:02:18 +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=1659531738; bh=tFiG0qTZK5rEixYusl8vpPI7fmSyAT0sx2bLJTmpmVs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=MRbpk2EJ3AqDppL5KAiPiLE/fFJfB4mjHmnuT1tJH+qNrltKDIOi70k46dkeLJW3n xaEIfrvfpb9xN5OkgI058flzsJEomttqxcwPHoqMiCIn/g078YqcRk3zUv9XpCpGKz 5KdJDJe2gtt0C59rbchCmp55Y2qWN+5NiI32njW5azwIURSUhibT6DB7RLdP43LbeI fhd45ogKyw60MlFQSo8zoadp9VQL0HJ2s8SYXtldBRgFg5gfxFHZmyONWJvgtbhuwg 1QaVCTq35qs1C1wIu/JxCvZI8Yw1KFbRvDZP9+3AgCdueaCPWif06S5pXAxKqWBmN/ 1Cgc6ICJwADVA== Received: from [IPV6:2001:a61:619c:6d01:8937:faaa:5a4c:7751] (unknown [IPv6:2001:a61:619c:6d01:8937:faaa:5a4c:7751]) (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 7850984562; Wed, 3 Aug 2022 15:02:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1659531736; bh=tFiG0qTZK5rEixYusl8vpPI7fmSyAT0sx2bLJTmpmVs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=d3XRdzpP6KElotGe2IRKhr2V1WusQmXMqPW4boHpVx/cJA70s7MFUabzfHztrZbLT jon4ilhP3GnTr1Cd/wMkSSTs6PeZM0Smi8/go7I2jTSEi5cwrnBqg3WO2HF10zhJPz CLvTNzCAueuS2YVDrv0L3FhonSiAZY6xcgtk9Spd/woh9DU8aS3U4mnffU+9yY7FNb CLvtV+WRIGcqKSckO5jGsDlwQJ50zLF753KPgSzBYS1KXdSlY1HH6NOVePyBLRCefn Q0wJvKkW2OsflCZ/dKWouPBt9dHSUf4mfpbpwglqDBS6gsTFXJlhZjJoQuBcBX/lf9 BwbIqYFwixN3g== Message-ID: Date: Wed, 3 Aug 2022 15:02:15 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v1 08/26] imx6ul/imx6ull: synchronise device trees with linux Content-Language: de-DE To: Marcel Ziswiler , "u-boot@lists.denx.de" , "frieder.schrempf@kontron.de" Cc: "festevam@gmail.com" , "parthitce@gmail.com" , "uboot-imx@nxp.com" , "sbabic@denx.de" , "jagan@amarulasolutions.com" , "martyn.welch@collabora.com" References: <20220721132748.1052244-1-marcel@ziswiler.com> <20220721132748.1052244-9-marcel@ziswiler.com> <1e88197d-eb93-5973-fc66-dbfce91560df@kontron.de> <35f6059b628474078ae811bc5c34a425eb6bd8f8.camel@toradex.com> From: Stefano Babic In-Reply-To: <35f6059b628474078ae811bc5c34a425eb6bd8f8.camel@toradex.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.6 at phobos.denx.de X-Virus-Status: Clean On 03.08.22 14:58, Marcel Ziswiler wrote: > Hi Frieder > > On Mon, 2022-08-01 at 10:08 +0200, Frieder Schrempf wrote: >> Hi Marcel, >> >> Am 21.07.22 um 15:27 schrieb Marcel Ziswiler: >>> From: Marcel Ziswiler >>> >>> Synchronise device trees with linux v5.19-rc5. >>> >>> Signed-off-by: Marcel Ziswiler >> >> Thanks for the sync patches! >> >> Unfortunately this will break the Kontron SL/BL i.MX6UL/ULL boards >> (N6x1x). The reason is that the U-Boot devicetrees received some >> simplification and renaming that haven't been upstreamed to the kernel, >> yet. I will add updating the kernel DTs to my to-do list and would >> recommend to drop the Kontron DT changes from this patch for now. > > Sorry about that. I did not expect Stefano to apply all of this that quickly. On the other hand we can be very > grateful that he reacted that promptly this time around (;-p). > :-D > Anyway, please let me know if I can be of service to correct any of this. Like I wrote in [1] I plan to re-sync > again and fix a few review comments once 6.0-rc1 is out. I guess I could also include a fix (or revert) by that > time. I think it is a good plan. Stefano > > [1] https://patchwork.ozlabs.org/project/uboot/patch/20220721132748.1052244-4-marcel@ziswiler.com/#2943543 > >> Thanks >> Frieder > > Cheers > > Marcel -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de =====================================================================