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
|
@ -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];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue