commit | f36afd38c5372a7cd5b363786fd62076c8b28427 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed May 17 23:19:01 2017 +0200 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Thu May 18 08:49:18 2017 +0200 |
tree | 163f720861dbda00fee106014fb5cf4ecb84a9fe | |
parent | 7ffc781ec46ef1e9aedb482f5f04425bd8bb2753 [diff] |
clk: sunxi-ng: enable SUNXI_CCU_MP for PRCM The newly added PRCM CCU driver uses SUNXI_CCU_MP_WITH_MUX_GATE, which causes a link error when no other driver enables SUNXI_CCU_MP: drivers/clk/built-in.o:(.data+0x5c8c8): undefined reference to `ccu_mp_ops' This adds an explicit 'select' statement for it. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>