u-boot-brain/drivers/bus
Dario Binacchi ccc58b4d32 bus: ti-sysc: change in a normal driver
The module defines a duplicate uclass driver for UCLASS_SIMPLE_BUS, but
it is not allowed. This breaks of-platdata and makes the result
non-deterministic.

The driver does not need to be an uclass driver, so lets remove it. I
had turned it into an uclass driver because I thought wrongly it had to
call the dm_scan_fdt_dev routine to work properly, but some tests on the
board have shown otherwise.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
Reviewed-by: Simon Glass <sjg@chromium.org>
2021-03-19 10:35:20 -04:00
..
Kconfig bus: ti: am33xx: add pwm subsystem driver 2021-01-12 10:58:05 +05:30
Makefile bus: ti: am33xx: add pwm subsystem driver 2021-01-12 10:58:05 +05:30
ti-pwmss.c bus: ti: am33xx: add pwm subsystem driver 2021-01-12 10:58:05 +05:30
ti-sysc.c bus: ti-sysc: change in a normal driver 2021-03-19 10:35:20 -04:00
uniphier-system-bus.c bus: uniphier-system-bus: move hardware init from board files 2020-07-11 21:30:21 +09:00