mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
The KeyStone platform has its own clk_get_rate() but its prototype is different from that of the common-clk (clk-uclass) framework. Prefix the KeyStone specific implementation with ks_ in order to avoid name-space conflict. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> |
||
|---|---|---|
| .. | ||
| include/mach | ||
| clock.c | ||
| cmd_clock.c | ||
| cmd_ddr3.c | ||
| cmd_mon.c | ||
| cmd_poweroff.c | ||
| config.mk | ||
| ddr3.c | ||
| ddr3_spd.c | ||
| init.c | ||
| Kconfig | ||
| keystone.c | ||
| Makefile | ||
| mon.c | ||
| msmc.c | ||
| psc.c | ||