dts: add label property to all jedec,spi-nor nodes

The property is required on all SPI clients, but was missing from
several devicetree nodes.  Set it, using the capitalized version of the
node alias when present, with "jedec,spi-nor#0" as the fallback.

Closes #17662

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
Peter A. Bigot 2019-07-19 10:19:02 -05:00 committed by Kumar Gala
commit 1bb59bb68e
9 changed files with 9 additions and 0 deletions

View file

@ -61,6 +61,7 @@ arduino_serial: &uart2 {};
reg = <0x402a8000 0x4000>, <0x60000000 0x800000>;
is25wp064: is25wp064@0 {
compatible = "issi,is25wp064", "jedec,spi-nor";
label = "IS25WP064";
reg = <0>;
spi-max-frequency = <133000000>;
status = "okay";