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 43536C433EF for ; Wed, 10 Nov 2021 16:02:54 +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 6009E61205 for ; Wed, 10 Nov 2021 16:02:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6009E61205 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com 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 0DC1A839EC; Wed, 10 Nov 2021 17:02:51 +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="YPppYNEd"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 57005839F3; Wed, 10 Nov 2021 17:02:48 +0100 (CET) Received: from mail-qt1-x831.google.com (mail-qt1-x831.google.com [IPv6:2607:f8b0:4864:20::831]) (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 75DFE839F3 for ; Wed, 10 Nov 2021 17:02:44 +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-qt1-x831.google.com with SMTP id v4so2529612qtw.8 for ; Wed, 10 Nov 2021 08:02:44 -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=zwB+GCjTebve8ip5Ba3c8pfL1aEOY//GCgWr2afc6Ps=; b=YPppYNEdOVCwfMnSUxthIzsl6A57sFpRwAy86O1dStsoJNRFE3oOwySsBYwaek1tcF ZrI0T1w5bO3LJ795b95dFGtl6eAMzWj9VZAziddrtletFM5lt/id1GAplDJW+3TyF7pc +NWL/Bl5YGe5JN8/fjp/2Q+GJBSn8pX5Ul2eA= 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=zwB+GCjTebve8ip5Ba3c8pfL1aEOY//GCgWr2afc6Ps=; b=LxypgvkfU2OxaNNHI6sSyWAMDH4g/jbRC0Yd5W3rc5CvAyrGVyoMlSHXGGKgdf5CeD 5YWL5KLxYFTnvjNnetw3qStxCpLrTWaks8P+60CzcRK1GiY54v0VUoIbQ4GS8Xk/xg4x qQvWGFh5jMNCylmnpyzw+zbdUxDM9btyFgwC+Qi7wlz1feHV78hzsJCQbDTYPFU21M4c geJV7DX5qfUu9k7/+im8qMvvJVpXmDO+ryc94As9eIFqZ2ldt2hsLfWBKfuN4bGzehxp sREA9TifQ3czP5MvWMXnNeNyEX9kDt6Frk5dbjUYBd4AKXH7T3PadjfM8heA7/Am+mmU XuFg== X-Gm-Message-State: AOAM531JbqAeCrVsWUc0vxlDSDFgsqxKmX3IjbXTHor6uuXT3PU7hfLF 4xJGzJmWbWht3fiIFEEVvKi33Qzl0rEWiQ== X-Google-Smtp-Source: ABdhPJxeNElLJuIdglNZLg0MJK2prUYbsWX2BqLSgKKURrFlkXDcV9ON7IWeNfoTmc06ZmWwNYP0Lw== X-Received: by 2002:a05:622a:88:: with SMTP id o8mr4920qtw.41.1636560162941; Wed, 10 Nov 2021 08:02:42 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-45aa-b284-65f8-b590.res6.spectrum.com. [2603:6081:7b01:cbda:45aa:b284:65f8:b590]) by smtp.gmail.com with ESMTPSA id w19sm110719qkw.49.2021.11.10.08.02.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Nov 2021 08:02:42 -0800 (PST) Date: Wed, 10 Nov 2021 11:02:40 -0500 From: Tom Rini To: Patrice CHOTARD Cc: Patrick DELAUNAY , Marek Vasut , u-boot@lists.denx.de Subject: Re: [PATCH] ARM: stm32: Align mtdparts with SPI NOR layout on DHSOM Message-ID: <20211110160240.GG24579@bill-the-cat> References: <20211023224617.175594-1-marex@denx.de> <19c837cf-508a-7fc4-34c8-45d38416f384@foss.st.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="MV+pnexslnhVH9K8" Content-Disposition: inline In-Reply-To: <19c837cf-508a-7fc4-34c8-45d38416f384@foss.st.com> X-Clacks-Overhead: GNU Terry Pratchett 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 --MV+pnexslnhVH9K8 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 10, 2021 at 04:56:37PM +0100, Patrice CHOTARD wrote: > Hi Marek >=20 > On 10/25/21 10:43 AM, Patrick DELAUNAY wrote: > > Hi, > >=20 > > On 10/24/21 12:46 AM, Marek Vasut wrote: > >> The DHSOM uses different SPI NOR layout than the ST devkit, stop > >> pulling in the ST specific runtime mtdparts settings and adjust > >> the mtdparts accordingly. > >> > >> Signed-off-by: Marek Vasut > >> Cc: Patrice Chotard > >> Cc: Patrick Delaunay > >> --- > >> =A0 board/dhelectronics/dh_stm32mp1/Makefile | 1 - > >> =A0 configs/stm32mp15_dhcom_basic_defconfig=A0 | 3 ++- > >> =A0 configs/stm32mp15_dhcor_basic_defconfig=A0 | 2 ++ > >> =A0 3 files changed, 4 insertions(+), 2 deletions(-) > >> > >=20 > > Reviewed-by: Patrick Delaunay > >=20 > Applied on u-boot-stm/master=20 > Thanks Question and not saying don't send me a PR with it. Why aren't these in the per-board dts files with the fixed-partition binding? That's been long long supported in Linux and U-Boot parses it as well. --=20 Tom --MV+pnexslnhVH9K8 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGL7RkACgkQFHw5/5Y0 tyxQ5gv+N//tIvyGHVH9XpjiaMvp8EjbZCl+Thq8s+rbGYdH1CkNQmThxvU623B8 /J3Q6YRrS54bvRjP5Tw+ZX2JeGIaAfdQl5iSj54D8n8jGbZg00uE7tsSCw0kaANp 9oC506Co7cMYEWaLG1+klstZ3Qg22JLj6iYqtmsOWQW+2T46vDdqlzv8CWKre0ee /jWkCL6y3+o1QiLgyGRC/z7h6KCXtKYF/QcD2zGVajAvJ+VIUZTc6/TfRL1nfSem JL6K8JbXaSSYVjobrT6KB3qaskVMp/tLMCMQGH88zwpsLkEwwTE/dG9Udnu+kF7l 837gQBT3EFtyqn6gQtE9rtquOo24EnfFxOdIjsJdWsiWd+6L2RrFazBF10k+f6GV ySKKfYTk4pBrz6bNqbdOn8uFQwJgYZcmhdqFDmNjZ/fSiTYCIS1iDm/HzRK397QQ T64ffvn6CXfPbZBayfUcaW+4uFNeXwanXkXnK1EGqMQ2KhmDfceNq9NKx1jMMcz0 PuzHD1pQ =+v/E -----END PGP SIGNATURE----- --MV+pnexslnhVH9K8--