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 CB47CC433EF for ; Sat, 18 Dec 2021 03:31:17 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1DE9283007; Sat, 18 Dec 2021 04:31:15 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.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=linaro.org header.i=@linaro.org header.b="gIXLLcxG"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 869EA82FE0; Sat, 18 Dec 2021 04:31:12 +0100 (CET) Received: from mail-ot1-x331.google.com (mail-ot1-x331.google.com [IPv6:2607:f8b0:4864:20::331]) (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 1C03883028 for ; Sat, 18 Dec 2021 04:31:09 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=linus.walleij@linaro.org Received: by mail-ot1-x331.google.com with SMTP id n104-20020a9d2071000000b005799790cf0bso5245200ota.5 for ; Fri, 17 Dec 2021 19:31:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=fCNmfPYkibBHICzgB5v+6+I4KfewnDNxMrwvdlz1aXk=; b=gIXLLcxGd6yfINk0Ae99x+2D4p4Dl81+srv4GhyNtrqREnNMQf6dRBrpeyZOXJJXle 9miMwCemRgfBUgiJ1bejwV2OcPoCazADNXTk0QXbVFkFVcEvahh26WE2LL674WjO6xi0 vZhYDU9B2v+Ij7lbI6xm5G+b/wjD01aQM+j8UQmg7ESdGhJpmo792bl0al7RbmBSkoxj djCCsDcsuWIcKQcNmEPfZeKGkhj0xidKsJj/LwOd5sAX30Jj/kK04nPm/JvU6kSluATN w8bqIq1EaVgUSrXQ2romG6Xzl1y3d1pxDZhGljl9ghnXdoyfmiBoJhmEznDM8dDdPJ+O 3tnQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fCNmfPYkibBHICzgB5v+6+I4KfewnDNxMrwvdlz1aXk=; b=sxSllT7JcZCzqeG0yFLRi/voZ7aM7Zga8oWNxhw79NZdfHfmBbwycYlhwQUjMY/t1j iqZWfhKmqjqf0ioKNOZLxh82fkM6miKp+ZviC552jDRCXTpKeKBtFRwSHXxXsDQH56Qc 0Wefuj5k9MrGHBwf3HCO07t0IBY+Zge4wd8IU6oHNsYL3efUrpVS6qzfyiX5DOu5WM+t 2G32K1WMVyDYrvjfq4emT1rPIteReWIe3TluaBMYaniNjEXSnRyIirJO3rbUqtZuBPuz lK9+U783FOrN5hx40Z4eLg/jjf1x+iQWt8VUjVngoSq2snAmnhSAa7QURA3NpFXoc9ZJ G/KQ== X-Gm-Message-State: AOAM530JpgRYrBmjJk8ldayOxtIOmF6IDem1D7O15AIzAHH7+mgiyvpD PZphaZAQxRl7WgMCLMbGGKk0k+/10SGFL1qb/xUKPg== X-Google-Smtp-Source: ABdhPJzTGVlk1UuzY3THTnavz7HTsajZ7zYKZS5VGkw5L7Kv7luTl2MQa9hpUMvPAAVGcwtpxyfrDM6YKTJr4IWDMcY= X-Received: by 2002:a9d:ed6:: with SMTP id 80mr4267381otj.35.1639798267551; Fri, 17 Dec 2021 19:31:07 -0800 (PST) MIME-Version: 1.0 References: <20211217035939.670884-1-sjg@chromium.org> <20211217035939.670884-8-sjg@chromium.org> In-Reply-To: <20211217035939.670884-8-sjg@chromium.org> From: Linus Walleij Date: Sat, 18 Dec 2021 04:30:55 +0100 Message-ID: Subject: Re: [PATCH v8 07/32] arm: vexpress: Add a devicetree files for juno To: Simon Glass Cc: U-Boot Mailing List , Ilias Apalodimas , Sean Anderson , Heinrich Schuchardt , Tom Rini , Mark Kettenis , =?UTF-8?Q?Fran=C3=A7ois_Ozog?= , Albert Aribaud Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 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 On Fri, Dec 17, 2021 at 5:00 AM Simon Glass wrote: > Sync these file, obtained from Linux v5.15. > > Add a note for the maintainer, and SPDX lines where they are missing. > The added lines are: > > SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause > > Note, this matches the text in those files, but is not the same as the > GPL-2.0 of some files. > > [1] https://releases.linaro.org/android/reference-lcr/juno/7.1-17.05/ > > Signed-off-by: Simon Glass > --- > > Changes in v8: > - Enable the flash as suggested by Linus Walleij Acked-by: Linus Walleij Yours, Linus Walleij