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 A8FC1C433F5 for ; Wed, 10 Nov 2021 17:12:46 +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 BFC3E61186 for ; Wed, 10 Nov 2021 17:12:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org BFC3E61186 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 A1937839E0; Wed, 10 Nov 2021 18:12:43 +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="pbSON+05"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BF97A839C0; Wed, 10 Nov 2021 18:12:41 +0100 (CET) Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) (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 A1D9D839E4 for ; Wed, 10 Nov 2021 18:12: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-qt1-x834.google.com with SMTP id c12so2774444qtd.5 for ; Wed, 10 Nov 2021 09:12:36 -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=b+Vlane3ImcFCxRZ4Zq6s9TcNS9bZw7hITxva49yQj0=; b=pbSON+05jVc4XOsqG8ZKKz8lx1sicafYR+pWDlvt3brD9NBVUz4MaTjw/fnHC/5+sO 3k4rnDMdm5jZb2hXm5wH4iEUD63jwpLBWLmxsll32QrXnOxSrLjxQ+zgxE1kNLuOoJHh yitRC+pP2gJDdO8RXx1pXBAwJOG7wbfKI2k9M= 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=b+Vlane3ImcFCxRZ4Zq6s9TcNS9bZw7hITxva49yQj0=; b=HiL6v1mxHDQlRVc7L4+YJfXdS3jQc3dVaI26JNWgMozqKtEOYLuAdAv1rNLDTgAZV7 yfhKGjWtzzo1N078tNssnOcatk5FN1ks+hu0PRkAQXSyh6+ROjRzyi9bnrrjxprHYOaN NlzUPUZ9B6HrYfKayTovvfYNtJP0VJiD0eeS0Lb4osOBuYCSCeLK7Q1hu8K8uFeiLkft ucCWaqC6+yimiSOYZM6fkRoMWZd1/oRJHR55i2riyhlshBeq6wyGEaS7puo7B2gc65FJ GQvYAK4Ew4Va0t21Hvvd253BTx/M0J9gw64Jzx3cnLsPMOv6/w6iy0WZZBfvXPPwEBKf zP6w== X-Gm-Message-State: AOAM530wILeOngAL5shSkhmt2WhV39lWTrhs9gbFSfv2jLSbRk7qVa9K tUa6J3tAzR0ombFh7kZfi5KzLw== X-Google-Smtp-Source: ABdhPJzr5v5VynNBJVaDn4+r0Wsi9FlxktpI+9DLmyk/8YNSqR+nu9Q60nPW++FGy3JnUecT2tC37w== X-Received: by 2002:a05:622a:1990:: with SMTP id u16mr519308qtc.355.1636564355194; Wed, 10 Nov 2021 09:12:35 -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 f10sm216298qkp.135.2021.11.10.09.12.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Nov 2021 09:12:34 -0800 (PST) Date: Wed, 10 Nov 2021 12:12:32 -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: <20211110171232.GH24579@bill-the-cat> References: <20211023224617.175594-1-marex@denx.de> <19c837cf-508a-7fc4-34c8-45d38416f384@foss.st.com> <20211110160240.GG24579@bill-the-cat> <7beacb9c-2c08-22b2-c425-5115698f920d@foss.st.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="bYMjOhFLVVHi0B7Z" Content-Disposition: inline In-Reply-To: <7beacb9c-2c08-22b2-c425-5115698f920d@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 --bYMjOhFLVVHi0B7Z Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 10, 2021 at 06:05:49PM +0100, Patrice CHOTARD wrote: > Hi Tom >=20 > On 11/10/21 5:02 PM, Tom Rini wrote: > > On Wed, Nov 10, 2021 at 04:56:37PM +0100, Patrice CHOTARD wrote: > >> Hi Marek > >> > >> On 10/25/21 10:43 AM, Patrick DELAUNAY wrote: > >>> Hi, > >>> > >>> 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(-) > >>>> > >>> > >>> Reviewed-by: Patrick Delaunay > >>> > >> Applied on u-boot-stm/master=20 > >> Thanks > >=20 > > 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 >=20 > We have some constraints which need to be solved before switching on this= bindings. > Usage of fixed-partition bindings is on our todo list ;-) OK, thanks. --=20 Tom --bYMjOhFLVVHi0B7Z Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGL/X0ACgkQFHw5/5Y0 tywQmgv/emNUkjBYFq2R8NhouSGp17XGAd2Kj2p/781TeZ/Z18OWpdshxJ3GzfHN FHgIZ8J+X+daeIBQX5zzB33LvApBz6v2OST+Srwp1xnL9TqIYviiAxzYp4zDGEko EXNC5e4PYcFP5R4JVta+a5xEdyDYG73wQt4RsljxdtRyffPhWDPjeM9ETyf6gMuf aKSPQRbvWHghFu5HUqA3Acy2Ehmyhs6dBEQ7eKyFGggFD28kjp0vUEVbQDusrPdQ GhSuPRtLs9qggjr87fC8a0mA2yujL5m8m7DMn/NHH3bq+cGxwLTMX0uTx5nnBH5p 71qo6r3GkOa21sE0XYJ2MgItxs6arewWxJrv5eNdtu1pnUgcSfB/bzDMyxZ2kiMA uawQD8ngCCokxi5gSsZVO8qE7AYZUM1pIK6sQKmbm89TC7xjtJ9LcpOViH679GP3 CL+kS+b0C0rQOHLvlp82MFhDOxeNcmH3y9F+Nf4ZK/yNCRdmx4ifcmr/S7ZbG+XZ LmCqNDJZ =NHiQ -----END PGP SIGNATURE----- --bYMjOhFLVVHi0B7Z--