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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97568C433EF for ; Wed, 10 Nov 2021 08:47:41 +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 BBCD26112D for ; Wed, 10 Nov 2021 08:47:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org BBCD26112D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DACA883995; Wed, 10 Nov 2021 09:47:38 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; secure) header.d=walle.cc header.i=@walle.cc header.b="LtlvuMvg"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5974783996; Wed, 10 Nov 2021 09:47:37 +0100 (CET) Received: from ssl.serverraum.org (ssl.serverraum.org [176.9.125.105]) (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 843988398E for ; Wed, 10 Nov 2021 09:47:33 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=michael@walle.cc Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id A0AAE22221; Wed, 10 Nov 2021 09:47:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1636534051; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WqmMVfKnI4tz2JOCTowiP65k83rdM2ZhYFMaTXkM2Sw=; b=LtlvuMvgvARB/3CNaP+jaIBH27k6QUX8j2NA8IJa8Z1skX/wj8QVkpWinFprhrfzCD7kF4 tGU+4eq6wzYXTHFzjabh4F7nXWzlKgH9p6riIyorZt69hsAp5gKM8eYJKJg8YqHdRfZriW Hycy01nY9vvTD1SoMowmwseOPA5GdOE= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 10 Nov 2021 09:47:30 +0100 From: Michael Walle To: u-boot@lists.denx.de Cc: Jagan Teki , Priyanka Jain , Vladimir Oltean , Tom Rini , Peter Griffin , Manivannan Sadhasivam Subject: Re: [PATCH v5 28/28] arm: dts: sl28: sync dtbs In-Reply-To: <20211013161427.612033-29-michael@walle.cc> References: <20211013161427.612033-1-michael@walle.cc> <20211013161427.612033-29-michael@walle.cc> User-Agent: Roundcube Webmail/1.4.11 Message-ID: <46230ae17f57ca982a010076d2c39c30@walle.cc> X-Sender: michael@walle.cc 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: , 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 Am 2021-10-13 18:14, schrieb Michael Walle: > Copy the board device tree files from linux v5.14. On top of the v5.14 > dtbs the changes of these two patches are included here which are > needed > for u-boot: > > https://lore.kernel.org/linux-devicetree/20210831134013.1625527-7-michael@walle.cc/ > > https://lore.kernel.org/linux-devicetree/20210831134013.1625527-8-michael@walle.cc/ > > At the time of this writing the patches were accepted and will be > included in 5.15. > > Signed-off-by: Michael Walle > Reviewed-by: Vladimir Oltean Ping. I have some more patches which depends on this. TBH this is really frustrating if you have to wait serveral months until you can continue development. -michael