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:
parent
c59bac35db
commit
fa10a9640b
16 changed files with 16 additions and 20 deletions
|
@ -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];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue