[U-Boot] [PATCH v3 5/5] doc: device-tree-bindings: switch from spi-flash to jedec, spi-nor

Rick Chen rickchen36 at gmail.com
Tue Jan 22 03:47:45 UTC 2019


Hi Neil

> > From: U-Boot [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Neil
> > Armstrong
> > Sent: Tuesday, January 15, 2019 8:59 PM
> > To: jagan at openedev.com; u-boot at lists.denx.de;
> > simon.k.r.goldschmidt at gmail.com
> > Cc: uboot-stm32 at st-md-mailman.stormreply.com; trini at konsulko.com
> > Subject: [U-Boot] [PATCH v3 5/5] doc: device-tree-bindings: switch from spi-flash
> > to jedec, spi-nor
> >
> > Since all DTS files has been switched to "jedec,spi-nor", remove the "spi-flash"
> > compatible from the bindings examples.
> >
> > Signed-off-by: Neil Armstrong <narmstrong at baylibre.com>
> > Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt at gmail.com>
> > ---

for spi-atcspi200

> > diff --git a/doc/device-tree-bindings/spi/spi-atcspi200.txt
> > b/doc/device-tree-bindings/spi/spi-atcspi200.txt
> > index 9c0630b500..e67b3425f0 100644
> > --- a/doc/device-tree-bindings/spi/spi-atcspi200.txt
> > +++ b/doc/device-tree-bindings/spi/spi-atcspi200.txt
> > @@ -28,7 +28,7 @@ Example:
> >               clocks = <&spiclk>;
> >               interrupts = <3 4>;
> >               flash at 0 {
> > -                     compatible = "spi-flash";
> > +                     compatible = "jedec,spi-nor";
> >                       spi-max-frequency = <50000000>;
> >                       reg = <0>;
> >                       spi-cpol;
> >                       spi-tx-bus-width = <4>;
> >                       spi-rx-bus-width = <4>;
> > --

Reviewed-by: Rick Chen <rick at andestech.com>


More information about the U-Boot mailing list