commit | 49806683cec56e4c00cb07c31fedeb39dbeabedf | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Oct 13 19:21:59 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Oct 15 22:32:25 2017 +0900 |
tree | 262ebb28e08d946bbea914bb39d5cfd15e7af265 | |
parent | 8945b4f701e8c09aa0e07e3140e1cf5cc3af0579 [diff] |
clk: uniphier: rework for better clock tree structure U-Boot does not support fancy clock tree structures like the Linux common clock framework. Implement a simple clock tree model at the driver level. With this, the clock data will be simplified. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>