Re: [RFC PATCH 3/4] dt-bindings: mtd: add OTP bindings

2021-03-30 Thread Michael Walle
Hi Rob, Am 2021-03-27 18:09, schrieb Rob Herring: +spi { +#address-cells = <1>; +#size-cells = <0>; + +flash@0 { +reg = <0>; +compatible = "some,flash"; Soon (in linux-next, but off by default) this will be a warning for undocumented compatib

Re: [RFC PATCH 3/4] dt-bindings: mtd: add OTP bindings

2021-03-27 Thread Rob Herring
On Mon, Mar 22, 2021 at 07:19:48PM +0100, Michael Walle wrote: > Flash devices can have one-time-programmable regions. Add a nvmem > binding so they can be used as a nvmem provider. > > Signed-off-by: Michael Walle > --- > .../devicetree/bindings/mtd/mtd.yaml | 71 +++ >