drivers: disk: Remove use of unused devicetree "label" property

We should avoid use of the label property in devicetrees.  The
'zephyr,sdmmc-disk' compatible node has a 'label' property set
but there isn't any code utilizing this so removing the property
from any devicetrees that have it set (as well as example in docs).

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-06-09 07:28:14 -05:00 committed by Carles Cufí
commit a7af8ce6a7
18 changed files with 0 additions and 18 deletions

View file

@ -296,7 +296,6 @@ zephyr_udc0: &usb1 {
mmc {
compatible = "zephyr,sdmmc-disk";
status = "okay";
label = "SDMMC_0";
};
};