| 6dc5b6b1 | 21-Sep-2016 |
Masahiro Yamada <yamada.masahiro@socionext.com> |
clk: uniphier: allow to have clock node under syscon node
To sync the DT binding with Linux, the register base must be taken from the parent syscon node.
Signed-off-by: Masahiro Yamada <yamada.masa
clk: uniphier: allow to have clock node under syscon node
To sync the DT binding with Linux, the register base must be taken from the parent syscon node.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
show more ...
|
| 102e3187 | 21-Sep-2016 |
Masahiro Yamada <yamada.masahiro@socionext.com> |
clk: uniphier: move U_BOOT_DRIVER entry to core code
Move U_BOOT_DRIVER() entry from the data file (clk-uniphier-mio.c) to the core support file (clk-uniphier-core.c) because I do not want to repeat
clk: uniphier: move U_BOOT_DRIVER entry to core code
Move U_BOOT_DRIVER() entry from the data file (clk-uniphier-mio.c) to the core support file (clk-uniphier-core.c) because I do not want to repeat the driver boilerplate when I add more clock data.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
show more ...
|