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

@ -65,7 +65,7 @@ arduino_serial: &uart2 {};
reg = <0>;
spi-max-frequency = <133000000>;
status = "okay";
jedec-id = <0x9d 0x70 0x17>;
jedec-id = [9d 70 17];
};
};