dts/spi-nor: use bytestring for JEDEC ID

This was always intended to be a bytestring rather than an array, but
full support was missing.  Since that has been addressed switch it to
the preferred format.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
Peter A. Bigot 2019-07-22 05:42:00 -05:00 committed by Kumar Gala
commit fa10a9640b
16 changed files with 16 additions and 20 deletions

View file

@ -57,7 +57,7 @@ arduino_serial: &uart4 {};
reg = <0>;
spi-max-frequency = <133000000>;
status = "okay";
jedec-id = <0x1f 0x89 0x01>;
jedec-id = [1f 89 01];
};
};