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:
parent
def0127f34
commit
a7af8ce6a7
18 changed files with 0 additions and 18 deletions
|
@ -296,7 +296,6 @@ zephyr_udc0: &usb1 {
|
|||
mmc {
|
||||
compatible = "zephyr,sdmmc-disk";
|
||||
status = "okay";
|
||||
label = "SDMMC_0";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue