Re: [PATCH 1/9] dt-bindings: mmc: Document support for nvmem-layout
Loic Poulain <[email protected]> Thu, 30 Apr 2026 15:13:15 +0200
| Newsgroups | org.infradead.lists.ath10k,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-block,org.kernel.vger.linux-bluetooth,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-mmc,org.kernel.vger.linux-wireless,org.kernel.vger.netdev |
|---|---|
| Message-ID | <CAFEp6-25Xad_LT8L-HPpOpXf7j1S=Vew=iSgxEmAHd_on+jkcA@mail.gmail.com> |
Hi Krzysztof, On Thu, Apr 30, 2026 at 11:59 AM Krzysztof Kozlowski <[email protected]> wrote: > > On Tue, Apr 28, 2026 at 04:23:06PM +0200, Loic Poulain wrote: > > > + compatible = "fixed-layout"; > > + > > + #address-cells = <1>; > > + #size-cells = <1>; > > + > > + mac-addr@4400 { > > + reg = <0x4400 0x6>; > > This looks incomplete. Why isn't this mac-base type of entry? And how do > you address it from NVMEM consumer? This indeed falls under the fixed-cell/mac-base type, thanks for pointing that out. NVMEM consumers reference these entries using the nvmem-cells property, via the corresponding label/phandle. > > > + }; > > + > > + bd-addr@5400 { > > + reg = <0x5400 0x6>; > > + }; > > + }; > > + }; > > }; > > }; > > > > > > -- > > 2.34.1 > >