u-boot-brain/arch/arm/mach-rockchip/rk3328
Walter Lozano e3e2470fdd 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: Walter Lozano <walter.lozano@collabora.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Add a fix for sandbox of-platdata to avoid using an invalid ANSI colour:
Signed-off-by: Simon Glass <sjg@chromium.org>
2020-07-09 18:57:22 -06:00
..
clk_rk3328.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
Kconfig rockchip: Kconfig: enable TPL support for rk3328 2019-08-05 21:16:52 +08:00
Makefile rockchip: rk3328: move sdram driver to driver/ram 2017-10-01 00:33:31 +02:00
rk3328.c common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
syscon_rk3328.c drivers: rename drivers to match compatible string 2020-07-09 18:57:22 -06:00