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 923B2C54E94 for ; Wed, 25 Jan 2023 07:32:50 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D057885695; Wed, 25 Jan 2023 08:32:47 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=collabora.com 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=collabora.com header.i=@collabora.com header.b="cGHXsUlI"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id AD541856A1; Wed, 25 Jan 2023 08:32:45 +0100 (CET) Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) (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 0321F85650 for ; Wed, 25 Jan 2023 08:32:43 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=collabora.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjoerd@collabora.com Received: from beast.luon.net (unknown [IPv6:2a10:3781:2531:0:26cc:6c0f:ebfb:d967]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: sjoerd) by madras.collabora.co.uk (Postfix) with ESMTPSA id 560496602D2A; Wed, 25 Jan 2023 07:32:42 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1674631962; bh=73WWqsK0yefc6jcaNurEA/mMd2HOScQ7N/C24k8E2es=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=cGHXsUlIoP3Ma/ftmpgTXjQhvHHmJCoDoWo7C8Js7OxabDK2bmV8N7NoMUOP6cTFR /XMIdkFCTvrUCPaekscIxSlQCUpBTH1JtCDGIfln7ScieEnsOmX8i6Dl1TZgqQ6KLU S1HPezBzyB893katRGHKC+3fy+Ae7k6MDZtMz4lR8nQKIHyF0iWk2M+x6OVEjXltVV +t/82n4jqYJDhS0AHRF963V6FXBemMGGol782GikdKP23zBDBQzy+jCXf6vVY1eSSU 5Y3XPo1uXRidMPG0x32N/sRhy0lGxmREp1lfkCPXPvhZpBux9llZWCVZEIKEC+fVcN Yp1TVu0WGdrfQ== Received: by beast.luon.net (Postfix, from userid 1000) id 953C86745B93; Wed, 25 Jan 2023 08:32:39 +0100 (CET) Message-ID: <4468c761ebb5027d40e6ee4405a861adca557a1f.camel@collabora.com> Subject: Re: [PATCH 3/8] arm: dts: k3-am62: Bump dtsi from ti-next From: Sjoerd Simons To: Tom Rini Cc: u-boot@lists.denx.de, Aswath Govindraju , Dave Gerlach , Dhruva Gole , Georgi Vlaev , Gowtham Tammana , Julien Panis , Nishanth Menon , Suman Anna , Vignesh Raghavendra Date: Wed, 25 Jan 2023 08:32:39 +0100 In-Reply-To: <20230124204716.GR631605@bill-the-cat> References: <20230121155435.2858173-1-sjoerd@collabora.com> <20230121155435.2858173-4-sjoerd@collabora.com> <20230124204716.GR631605@bill-the-cat> Organization: Collabora Ltd. Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.3-1 MIME-Version: 1.0 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 Tue, 2023-01-24 at 15:47 -0500, Tom Rini wrote: > On Sat, Jan 21, 2023 at 04:54:29PM +0100, Sjoerd Simons wrote: >=20 > > Update the am62 and am625 device-trees from current ti-k3-next=20 ... > These need to come from linux-next or similar, not a TI tree. What's > the > status on upstreaming those changes? With ti-k3-next i was referring to:=C2=A0 https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git/log/?h=3Dti-k3= -next Which is a maintainer branch that flows into the ti tree that gets pulled into linux next.. Just checked this morning and the relevant commit is now available in linux-next as well (it wasn't just yet when i sent this out). Would you like me to resend this series with the body of this patch updated to reflect that ? --=20 Sjoerd Simons Collabora Ltd.