dm: doc: Correct of-platdata driver name
Add a note about the driver name in the of-platdata documentation since the naming must follow the compatible string. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
c53b318e1b
commit
63473ee8c5
@ -269,7 +269,7 @@ For example:
|
||||
};
|
||||
|
||||
U_BOOT_DRIVER(mmc_drv) = {
|
||||
.name = "mmc",
|
||||
.name = "vendor_mmc", /* matches compatible string */
|
||||
.id = UCLASS_MMC,
|
||||
.of_match = mmc_ids,
|
||||
.ofdata_to_platdata = mmc_ofdata_to_platdata,
|
||||
|
Loading…
Reference in New Issue
Block a user