Commit 02a3edd2 authored by Kumar Gala's avatar Kumar Gala Committed by Andrzej Puzdrowski
Browse files

zephyr: Remove devicetree 'label' property from flash nodes



zephyr is transition away from devicetree label property for nodes
that are associated with devices.  So remove it from flash nodes.

Signed-off-by: default avatarKumar Gala <galak@kernel.org>
parent 067f30ae
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -31,12 +31,9 @@
			#size-cells = <1>;
			erase-value = <0xff>;

			label = "flash_ctrl";

			flash_sim0: flash_sim@0 {
				status = "okay";
				compatible = "soc-nv-flash";
				label = "simulated_flash";
				erase-block-size = <4096>;
				write-block-size = <1>;
				reg = <0x00000000 DT_SIZE_K(40)>;
+0 −3
Original line number Diff line number Diff line
@@ -39,12 +39,9 @@
			#size-cells = <1>;
			erase-value = <0xff>;

			label = "flash_ctrl";

			flash_sim0: flash_sim@0 {
				status = "okay";
				compatible = "soc-nv-flash";
				label = "simulated_flash";
				erase-block-size = <4096>;
				write-block-size = <1>;
				reg = <0x00000000 DT_SIZE_K(40)>;