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 5363EC433F5 for ; Mon, 17 Jan 2022 16:59:44 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A3DE1837D2; Mon, 17 Jan 2022 17:59:41 +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="KYFuyQiY"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 862DD837AE; Mon, 17 Jan 2022 17:59:39 +0100 (CET) Received: from mail-qv1-xf33.google.com (mail-qv1-xf33.google.com [IPv6:2607:f8b0:4864:20::f33]) (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 0F1D3837CB for ; Mon, 17 Jan 2022 17:59:36 +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-xf33.google.com with SMTP id l13so17444317qvz.10 for ; Mon, 17 Jan 2022 08:59:35 -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=QodamdR6tbUCh6gqiI8EOIT37oD9G4YYLN1v8u02oLo=; b=KYFuyQiYPZ013eB5X9jkcYt823VlGtdkfbdlwn4Oe8RV1yWrIpxK6abCu+bJY00U+Z /RpMOA0NnbZO6oyeA/1mrQ4Gyx6tkU7ch6ZA3qEiBpavIRMDFT9l6A8zccZAFCM9RLjR R5G9SmHJGUqKcn3/0/4qHv+kcIX9tFTuSVQoU= 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=QodamdR6tbUCh6gqiI8EOIT37oD9G4YYLN1v8u02oLo=; b=fYbG6UXl106yn5+9Wa81nSnLkulk29QB3VntyEVQMpNEAlq524ax8wMc2fbz0H14jT EvDPcswZlcVZ6WglW5iEmmN7KEbNZnut/toH3IUG/54+wtF/IVKMFd327OSjpOnNipO2 fsFLnL5JdRhUC+qSVimSA4RPz7Mr6HJXk0k9Z43CgpiC3+VAAdsq6KFrEJZkQvct3Jl6 NVdI75QlswmD8m5hL5YPIY9+19/0gSo8+qG8z+kHGTo0zsXjBWHX2cH2zDt4DTGuK+j5 nA+grp7lJqlLSfMOPw5UQITRhEuGG4Gr4LNkxRg6E2GXomH6roqSK/1wmfUrLSru7VQf bmQw== X-Gm-Message-State: AOAM530F4SRPVk/l41O0cbLZyD67k3XaD6PcKRiL/6xYSculexyZICux cFsEUBKaI0v2zZtrOMSTxfwHfA== X-Google-Smtp-Source: ABdhPJzB0YVynLoOLf4WLoeevGohj+64nK+wKO7sW1jXthBfahsDZRWYpLnZV8Y7AxYY07k3fWbkUg== X-Received: by 2002:a05:6214:2307:: with SMTP id gc7mr18993651qvb.7.1642438774930; Mon, 17 Jan 2022 08:59:34 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-8dc3-db57-8e4a-695a.res6.spectrum.com. [2603:6081:7b01:cbda:8dc3:db57:8e4a:695a]) by smtp.gmail.com with ESMTPSA id e15sm1712638qtp.48.2022.01.17.08.59.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Jan 2022 08:59:34 -0800 (PST) Date: Mon, 17 Jan 2022 11:59:32 -0500 From: Tom Rini To: Angus Ainslie Cc: "NXP i.MX U-Boot Team" , u-boot@lists.denx.de, Stefano Babic , Fabio Estevam , Peng Fan , Marcel Ziswiler , Teresa Remmet , Adam Ford , Tim Harvey , Jagan Teki , Ilko Iliev , kernel@puri.sm Subject: Re: [PATCH 02/13] arm: dts: add the Purism devicetree files Message-ID: <20220117165932.GL2631111@bill-the-cat> References: <20220117150735.218886-1-angus@akkea.ca> <20220117150735.218886-3-angus@akkea.ca> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="reI/iBAAp9kzkmX4" Content-Disposition: inline In-Reply-To: <20220117150735.218886-3-angus@akkea.ca> 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 --reI/iBAAp9kzkmX4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 17, 2022 at 07:07:24AM -0800, Angus Ainslie wrote: > Initial commit of Librem5 devicetree files >=20 > Signed-off-by: Angus Ainslie Please note what kernel release the not -u-boot.dtsi files are a copy =66rom, as they need to be copies and not modified, thanks. --=20 Tom --reI/iBAAp9kzkmX4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmHloHQACgkQFHw5/5Y0 tyx/Dgv/fGOvJJLpCw5st3tRqT7V9ICAE7ZZhgriM4ZlRFd9/Q4BItqRtKmDNDpD QayI8dhZR7w4jBzdfWlUVGm8mAbBlnBdplpLmuAGTZMEoNWpiVldkbBx2eBi4x+u RoX9x4cm1rEjDD3pc4ycapzOUT2Ze7AABPYo2CpyCCCvzrWPqdqRAS/9uk+DFs/I L7RJv51UAUkfcWYOEuGpPDwP9zfkdjNZeLcoRdlDXS7+two035ZTFij477nlyAzO ZxwQX/4lD6o4JDTM/EpTdaFpYMB81BhjqSVTRHFPoZrkb7XD2OPleWQRQUswgFfn /WuHZJ5Y80zV2TCWsK5fcHqGKUpCLXELR6H6FlA0gI6UcdGefKTNvY+XoOUt+hwi a44ilKp2DVAQa4N51NYTyGcLoCy9pyst0RA4jQ/yXhBb+tjz+KsEmzbVseA/ptHN CabkTcTjWrHoLf9afTo+7ZNu8MjAK7jzquEMW+lBsZIQzOIZPpmNUdMF8jHnYZW7 ZeSXt9Sq =FSZf -----END PGP SIGNATURE----- --reI/iBAAp9kzkmX4--