Skip to content
Commit e3e2470f authored by Walter Lozano's avatar Walter Lozano Committed by Simon Glass
Browse files

drivers: rename drivers to match compatible string



When using OF_PLATDATA, the bind process between devices and drivers
is performed trying to match compatible string with driver names.
However driver names are not strictly defined, and also there are different
names used when declaring a driver with U_BOOT_DRIVER, the name of the
symbol used in the linker list and the used in the struct driver_info.

In order to make things a bit more clear, rename the drivers names. This
will also help for further OF_PLATDATA improvements, such as checking
for valid driver names.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Add a fix for sandbox of-platdata to avoid using an invalid ANSI colour:
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 229806f7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment