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 CB125C6FA82 for ; Tue, 13 Sep 2022 17:45:45 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 343E384AB3; Tue, 13 Sep 2022 19:45:43 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 8D35B84AE1; Tue, 13 Sep 2022 19:45:41 +0200 (CEST) Received: from mail-oa1-f48.google.com (mail-oa1-f48.google.com [209.85.160.48]) (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 13ABC845FE for ; Tue, 13 Sep 2022 19:45:39 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=robherring2@gmail.com Received: by mail-oa1-f48.google.com with SMTP id 586e51a60fabf-11eab59db71so34129048fac.11 for ; Tue, 13 Sep 2022 10:45:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc:subject:date; bh=qDU1dVfDL2VHKGYWJ5a0s674Yk9833G02h9G9SPMZJE=; b=jvGDfd0QS1ZnN4T00hYd2iBAe448ly0c0OvJkyu+QrDqdPGZIrskhuXoImzLdA82ux NNOkwuM57/YKn95qHWIG4rGwhgo+mNDK2rX8J6NJFmxkrnj6NaAoftopxmC0l0UJLGB7 pop1SjZjpZ/MfEkTnx+LXhNzJ28WXhrqMyf3tfxQ1DoewlrPQFLuoVH2icCFSzBvMkN7 wJWqET3VPeTZKCV9qE0+pjXB7LQWrAk39OaNr2v8A66nSXl80cs6fVU9ttigcdXMJ4yW YNSfmaoVx9HKc0ph1MQ2nDa4UUSxxkj83fxryE9UrNd75S4b7VG8IIUUgoUkOXgmaEWL rcFw== X-Gm-Message-State: ACgBeo2y3vvlQP8dcY4zfKS4RA51gK+PgIb8fp+5LZii1KoOYbOk5+Rf VIH8R8L6lAiTqNXOp1aRTw== X-Google-Smtp-Source: AA6agR6RvE10OYUPFnLECvJH5VU6fTop/H+TsqK9L3rPA9XBgzAe7bDAvDb7F3y4VOCoTrWY6p8pTQ== X-Received: by 2002:a05:6870:8a09:b0:126:7a92:1b0b with SMTP id p9-20020a0568708a0900b001267a921b0bmr253474oaq.152.1663091137486; Tue, 13 Sep 2022 10:45:37 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id v66-20020acade45000000b00344a22e71a9sm5452753oig.9.2022.09.13.10.45.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 13 Sep 2022 10:45:36 -0700 (PDT) Received: (nullmailer pid 4130546 invoked by uid 1000); Tue, 13 Sep 2022 17:45:35 -0000 Date: Tue, 13 Sep 2022 12:45:35 -0500 From: Rob Herring To: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Rob Herring , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, Srinivas Kandagatla , u-boot@lists.denx.de, Ahmad Fatoum , devicetree@vger.kernel.org, Tom Rini Subject: Re: [PATCH] dt-bindings: nvmem: u-boot,env: add basic NVMEM cells Message-ID: <20220913174535.GA4119815-robh@kernel.org> References: <20220703084843.21922-1-zajec5@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220703084843.21922-1-zajec5@gmail.com> 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 Sun, 03 Jul 2022 10:48:43 +0200, Rafał Miłecki wrote: > From: Rafał Miłecki > > U-Boot doesn't have cells at hardcoded addresses. They are stored in > internal format. It's still important to define relevant cells in DT so > NVMEM consumers can reference them. > > Update binding to allow including basic cells as NVMEM device subnodes. > > Signed-off-by: Rafał Miłecki > --- > .../devicetree/bindings/nvmem/u-boot,env.yaml | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > Sorry, I guess I was thinking this depended on or interacted with one of the other nvmem series. Applied, thanks! Rob