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 7A6D1C433F5 for ; Tue, 18 Jan 2022 21:09:32 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 41F4E8389A; Tue, 18 Jan 2022 22:09:26 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com 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; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="Cw3YRf7q"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A8C9F8387E; Tue, 18 Jan 2022 22:09:24 +0100 (CET) Received: from mail-qv1-xf2c.google.com (mail-qv1-xf2c.google.com [IPv6:2607:f8b0:4864:20::f2c]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 0E5C88388F for ; Tue, 18 Jan 2022 22:09:18 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf2c.google.com with SMTP id k9so614569qvv.9 for ; Tue, 18 Jan 2022 13:09:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=P08stf/hbY3Gf1faoM0F5QmyECsPiNBnG4mDm2hxCAg=; b=Cw3YRf7qhYpZmYXORj4DqlINoRoq4G1yT4BNSLOHY2WSRwmyathZP5MUwhw5wFuLMw idWQ0PEh7oDQ5vdvKosx6F7XcR/TEvpVxjFsZka94izw7sjND9wqysjLJlFGq27cFiaQ XcsK6sXh4uALKEi15LNGnsAPVDljrVFHm21rw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=P08stf/hbY3Gf1faoM0F5QmyECsPiNBnG4mDm2hxCAg=; b=u0TBHhN/H2Hka1rJRmM7ZCDOHsZ6iIM+k8bCrqLYlm9ZHzlY6LRjZrOWErMNuaJR+q GGrtnWXcVBdI1vpT4+ajkImeJPn03RBHd/KyAzLQZkUAkxbtQRorlaPAeZwhNswUK54n 7N5r1+BafHvHpiFwHsOlzHC5NqlTkCi0Nt30hQ+pl9RNLxCSFt2igFnPpM/TAj2SIG11 pFhkdd8EUAwpWKFgpnxTq/HSJVj96R4pZ5qMSSJf6XpoiKShkX2cpmTuqTG8y5lj3S6z jWjOzjM9qkgvpD4b4qiNitgM8HLOUrL+z2MANObhrE2nqQHT6rs8givBTXf0OetFMvGt WF0g== X-Gm-Message-State: AOAM531ewrJmpjdZQDsz2chcqoZKYhBhHILVcn4Ohs5+snawcSE3xaTs fzlAxpIwF+42JJYgbIsu+5pPlQ== X-Google-Smtp-Source: ABdhPJy5s0sgGbNSZXGzWpLf4S6stRMioqxLUKeAic9XlaR/Z+qoZ4NWNu/UTXVI7kXlneaSoWtnVg== X-Received: by 2002:a05:6214:e41:: with SMTP id o1mr24077622qvc.116.1642540156733; Tue, 18 Jan 2022 13:09:16 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-ec5d-c40e-552f-ed0c.res6.spectrum.com. [2603:6081:7b01:cbda:ec5d:c40e:552f:ed0c]) by smtp.gmail.com with ESMTPSA id o5sm3808737qta.39.2022.01.18.13.09.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 18 Jan 2022 13:09:16 -0800 (PST) Date: Tue, 18 Jan 2022 16:09:14 -0500 From: Tom Rini To: Amit Singh Tomar Cc: u-boot@lists.denx.de, andre.przywara@arm.com, manivannan.sadhasivam@linaro.org, joe.hershberger@ni.com, jh80.chung@samsung.com, Amit Singh Tomar Subject: Re: [PATCH v4 3/6] ARM: dts: sync Actions Semi S700 DT from Linux v5.16-rc3 Message-ID: <20220118210914.GG2631111@bill-the-cat> References: <20211128113225.3992-4-atomar25opensource@gmail.com> <20211202182328.25905-1-atomar25opensource@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="uhZknmokaVn544Hw" Content-Disposition: inline In-Reply-To: <20211202182328.25905-1-atomar25opensource@gmail.com> X-Clacks-Overhead: GNU Terry Pratchett 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.2 at phobos.denx.de X-Virus-Status: Clean --uhZknmokaVn544Hw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 02, 2021 at 11:53:28PM +0530, Amit Singh Tomar wrote: > From: Amit Singh Tomar >=20 > This Synchronizes the Actions Semi S700 SoC DT changes from > commit "g58e1100fdc59" ("Linux v5.16-rc3"). >=20 > Signed-off-by: Amit Singh Tomar Applied to u-boot/master, thanks! --=20 Tom --uhZknmokaVn544Hw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmHnLHoACgkQFHw5/5Y0 tyytvAv+I4ykzaqePdFsoKqLF4+KCu734MKehWHnPPnAP09pwliLXkwaXF9b2BWT UprxkaP6iA6wGnYcUD7JOHSYzwcOZt7uYOHjvAeh/IedgDnaYpmTY3pLYbAop6ue OIHeqAjDYBZTLhp5/LmtXhOND1i8MJjaTQGTtG8l/bD9HxPdT0qvgC8uF6QatvoA 27ZT3J/fjOBrutq0XWo5FkFwLTPTdUems7UpuSRHPaTMyjZP19A+lLQRw9kNs7gt 2TS/F9isoZ7tNEOxbL9/qgE7CYT7naQTG4ZB7jwioo8L0OJ5l/AM4a23/Z9GU89R uEEPZiLEfb+ZDAALrdkPnh7P1lbCiTEbHcYbHbthZyaaSAxJusoy/H3y2XP1ni9u 2J5swAKCX0/RmuS8Wc1xyxfyx9clVOWiDQzPO5ylvKoIQ+ROtDb5UecrxO5R+O1D FJiJgMWAZ+OaQbnNUBRiwYYM/Gu9GqRbgQWYcjeHIZ9chj0vwQlRV2SPFfmc+qU6 rQNom9ac =mBZR -----END PGP SIGNATURE----- --uhZknmokaVn544Hw--