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 119C6C43334 for ; Fri, 15 Jul 2022 06:18:34 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4217884159; Fri, 15 Jul 2022 08:18:32 +0200 (CEST) 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="GD7eGZQ6"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id EE92884158; Fri, 15 Jul 2022 08:18:29 +0200 (CEST) Received: from mail-yb1-xb35.google.com (mail-yb1-xb35.google.com [IPv6:2607:f8b0:4864:20::b35]) (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 55D3784158 for ; Fri, 15 Jul 2022 08:18:27 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=ilias.apalodimas@linaro.org Received: by mail-yb1-xb35.google.com with SMTP id c131so6206641ybf.9 for ; Thu, 14 Jul 2022 23:18:27 -0700 (PDT) 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=6ThZaQtNhnxUInGIYeeGV5nkeJCL4TC19O2nrJYamMI=; b=GD7eGZQ6l4fcFR32ymJhwQVZEzBWHQpOQqCcO6O2rYJwRrWF+zLFi1/GpIitNolBsn skOQ1gIMDob0aMCm0kTRPLsYzbsmLq6ehn7NTkD8x/tThDzOl6LPdw8Xe0yCoTkdWxy4 oXwS+DLEkDRdeWKqxO9ZS55EI6Yxih38ctLb2gOG91Zc7KD3qaYQNiknq1B/fzARZiUK /silFqcaDVC/Ur7IHsiY5iV2b29TjUvN79GrGHYFx3uqcM94hvZKXvwvu1JsWUOwW4Ja f3kilFNSs3BN30rzFbfxef3k62iWkOjrUd6h9Gi7JJw3gD/UxaeblvuAdIqbLMURjQwd TSwA== 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=6ThZaQtNhnxUInGIYeeGV5nkeJCL4TC19O2nrJYamMI=; b=j15UKh+UEnZMTWq9pjUpflXhhklRiynosl5tmwb5MJpuqMzqmgTSNUeLVhdc9NgIUd +Gupb+c49EHSF9TnCwnFOuDviSjgdcGM3yjKoRqQH4WwrJ3RZYw+KdPZpazfVGKA/SwZ MVLZWAAnKD/+a+w4GfhXMK+tMK7QMyzgIbg6dNuCpb1RxbzDJpEyJ8dFIyqUC045ZIED 3JWxU0klXXSKU5PQKOIW5umi5lZMobyQky6LGZOIq3jeVkzZNFgaxDwlCqdz1of449xU yXg1x0WblMAcisdpA62MF0kEEu4tzerRSZjDOlxDJxawApMenbYXrmkKTFGZUZgp/pR5 Lk8g== X-Gm-Message-State: AJIora9gq4ez7gDWI4FlLav7AHa1t1F85Jr9MGxia8Rn1zIjWvFxu+m9 019+ijjxY3PxtNogazcEg3aBn9nZN4HEI38PSjlXnA== X-Google-Smtp-Source: AGRyM1sqpiZ4oc9kWaTXLOyEaNgSew8TE24HbpgXawDaouBLVI3wTwpKaSNK4CDf/Kq10bbmSYJnHpcDK0DIurkCCe0= X-Received: by 2002:a25:86c1:0:b0:66f:66a:29b2 with SMTP id y1-20020a2586c1000000b0066f066a29b2mr12431966ybm.150.1657865906079; Thu, 14 Jul 2022 23:18:26 -0700 (PDT) MIME-Version: 1.0 References: <20220714183913.118505-1-sughosh.ganu@linaro.org> <20220714183913.118505-5-sughosh.ganu@linaro.org> In-Reply-To: <20220714183913.118505-5-sughosh.ganu@linaro.org> From: Ilias Apalodimas Date: Fri, 15 Jul 2022 09:17:50 +0300 Message-ID: Subject: Re: [PATCH v7 04/13] stm32mp1: dk2: Add a node for the FWU metadata device To: Sughosh Ganu Cc: u-boot@lists.denx.de, Heinrich Schuchardt , Takahiro Akashi , Patrick Delaunay , Patrice Chotard , Simon Glass , Bin Meng , Tom Rini , Etienne Carriere , Michal Simek , Jassi Brar Content-Type: text/plain; charset="UTF-8" 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.6 at phobos.denx.de X-Virus-Status: Clean On Thu, 14 Jul 2022 at 21:39, Sughosh Ganu wrote: > > The FWU metadata structure is accessed through the driver model > interface. On the stm32mp157c-dk2 board, the FWU metadata is stored on > the uSD card. Add the fwu-mdata node on the u-boot specifc dtsi file > for accessing the metadata structure. > > Signed-off-by: Sughosh Ganu > Reviewed-by: Patrick Delaunay > --- > Changes since V6: None > > arch/arm/dts/stm32mp157c-dk2-u-boot.dtsi | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm/dts/stm32mp157c-dk2-u-boot.dtsi b/arch/arm/dts/stm32mp157c-dk2-u-boot.dtsi > index 06ef3a4095..24f86209db 100644 > --- a/arch/arm/dts/stm32mp157c-dk2-u-boot.dtsi > +++ b/arch/arm/dts/stm32mp157c-dk2-u-boot.dtsi > @@ -4,3 +4,10 @@ > */ > > #include "stm32mp157a-dk1-u-boot.dtsi" > + > +/ { > + fwu-mdata { > + compatible = "u-boot,fwu-mdata-gpt"; > + fwu-mdata-store = <&sdmmc1>; > + }; > +}; > -- > 2.34.1 > Acked-by: Ilias Apalodimas