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 8E69BC001E0 for ; Fri, 28 Jul 2023 12:45:19 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 69F72868DC; Fri, 28 Jul 2023 14:45:17 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="YixWRvdS"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 15008868ED; Fri, 28 Jul 2023 14:45:15 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 56B1F8622C for ; Fri, 28 Jul 2023 14:45:12 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=mripard@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A951862130; Fri, 28 Jul 2023 12:45:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8BDF9C433C8; Fri, 28 Jul 2023 12:45:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690548310; bh=r0yA5RszjHUOyIZY4SgkD8cvjx9b5URijg1YZy5MEYk=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=YixWRvdS35HvBga7y7a/phri75YqXWK/wJ+4M6vO/AuWsQgzPvf/FmyMf36nHHw/r MULzkvdG77NuYdAZ7JYgpLSSPEjvRL65PewUxQ0p/FNUjGpfTQFNmjfHrg36h9HOKx FUQzi2xcte7st3RIGJXgs2joDKYRUzKJH9hVW7sb6SWz0/+JhmfpMqbB4+Hk5M+0A9 fwUjVmnZmwXXnDf4+9uvKeodthX5pr40/OWoQtOK5S45iyjOL43tm6MSNkOPHLYdtQ ZGolfjyfSRW9ksGFayHbCON7hn96S/aedfBbTPdk6M/fDlq74JKmpnbu91bglaberA TGlQly0HH9rsQ== Message-ID: Date: Fri, 28 Jul 2023 12:45:07 +0000 From: "Maxime Ripard" To: "Nishanth Menon" Subject: Re: [PATCH V3 0/3] arm: dts: Sync k3-am62 with upstream kernel In-Reply-To: <20230727090331.2834463-1-nm@ti.com> References: <20230727090331.2834463-1-nm@ti.com> Cc: u-boot@lists.denx.de, "Andrew Davis" , "Bryan Brattlof" , "Francesco Dolcini" , "Marcel Ziswiler" , "Mattijs Korpershoek" , "Maxime Ripard" , "Neha Malcom Francis" , "Nikhil Jain" , "Roger Quadros" , "Sjoerd Simons" , "Tom Rini" , "Vignesh Raghavendra" , "Wadim Egorov" 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.8 at phobos.denx.de X-Virus-Status: Clean On Thu, 27 Jul 2023 04:03:28 -0500, Nishanth Menon wrote: > Hopefully, third time is a charm.. ;) > > I have picked up part of Sjoerd's series[1] to keep it constrained just > to dts sync at this point rather than adding newer functionality on top. > > > [ ... ] Tested-by: Maxime Ripard Thanks! Maxime