dts: jedec,spi-nor: require size property

The SPI NOR driver requires that the size (in bits) be provided in the
devicetree node.  Update the binding to make the property required,
and update all nodes based on the memory chip identified.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
Peter A. Bigot 2019-10-27 09:06:40 -05:00 committed by Carles Cufí
commit f83ad78261
10 changed files with 10 additions and 1 deletions

View file

@ -53,6 +53,7 @@ arduino_serial: &uart4 {};
reg = <0x402a8000 0x4000>, <0x60000000 0x1000000>;
at25sf128a: at25sf128a@0 {
compatible = "adesto,at25sf128a", "jedec,spi-nor";
size = <134217728>;
label = "AT25SF128A";
reg = <0>;
spi-max-frequency = <133000000>;