Files
u-boot/drivers
Giulio Benetti efbdad3838 clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is enabled
clk_get_by_name() requires clk_get_by_id() that is not available if
CONFIG_OF_PLATDATA is defined, so move clk_get_by_name() into #else
condition of #if CONFIG_IS_ENABLED(OF_PLATDATA).

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
2020-01-26 12:03:06 +01:00
..
2020-01-25 12:04:36 -05:00
2019-12-02 18:23:09 -05:00
2020-01-25 12:04:36 -05:00
2020-01-07 14:37:50 +01:00
2019-08-07 15:31:04 -04:00
2019-11-01 16:45:40 +03:00
2020-01-10 10:25:13 -05:00
2020-01-10 14:18:26 -05:00