Message ID | 20240930-spi-v2-1-ed7f6bcbe0df@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | spi-nor: add optional vcc-supply and enable it for i.MX93 | expand |
Hi, peng.fan@oss.nxp.com wrote on Mon, 30 Sep 2024 17:22:24 +0800: > From: Peng Fan <peng.fan@nxp.com> > > Introduce optional vcc-supply property, SPI NOR flashes needs power supply > to work properly. The power supply maybe software controlable per board > design. > > Acked-by: Rob Herring (Arm) <robh@kernel.org> > Signed-off-by: Peng Fan <peng.fan@nxp.com> > --- > Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml b/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml > index 6e3afb42926e..bab0617a51d5 100644 > --- a/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml > +++ b/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml > @@ -96,6 +96,10 @@ properties: > If "broken-flash-reset" is present then having this property does not > make any difference. > > + vcc-supply: > + description: > + Supply for the spi nor power. SPI NOR? Thanks, Miquèl
Hi Tudor, Miquel > Subject: Re: [PATCH v2 1/3] dt-bindings: mtd: jedec,spi-nor: add > optional vcc-supply > > Hi, > > peng.fan@oss.nxp.com wrote on Mon, 30 Sep 2024 17:22:24 +0800: > > > From: Peng Fan <peng.fan@nxp.com> > > > > Introduce optional vcc-supply property, SPI NOR flashes needs power > > supply to work properly. The power supply maybe software > controlable > > per board design. > > > > Acked-by: Rob Herring (Arm) <robh@kernel.org> > > Signed-off-by: Peng Fan <peng.fan@nxp.com> > > --- > > Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml | 4 > ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/mtd/jedec,spi- > nor.yaml > > b/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml > > index 6e3afb42926e..bab0617a51d5 100644 > > --- a/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml > > +++ b/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml > > @@ -96,6 +96,10 @@ properties: > > If "broken-flash-reset" is present then having this property does > not > > make any difference. > > > > + vcc-supply: > > + description: > > + Supply for the spi nor power. > > SPI NOR? Since this is a minor typo, do you expect me to send v3 or you could help update when applying the patch? Thanks, Peng. > > Thanks, > Miquèl
diff --git a/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml b/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml index 6e3afb42926e..bab0617a51d5 100644 --- a/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml +++ b/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml @@ -96,6 +96,10 @@ properties: If "broken-flash-reset" is present then having this property does not make any difference. + vcc-supply: + description: + Supply for the spi nor power. + spi-cpol: true spi-cpha: true