]> git.baikalelectronics.ru Git - kernel.git/commit
clk: rockchip: add "," to mux_pll_src_apll_dpll_gpll_usb480m_p on rk3036
authorHeiko Stuebner <heiko@sntech.de>
Wed, 1 Mar 2017 21:00:41 +0000 (22:00 +0100)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 7 Mar 2017 13:54:49 +0000 (05:54 -0800)
commit8ad1e9e409628dcea566f6bba0861961e0dff711
tree8b4ace16d0b8be6827e26f0dd9e15195b32eb957
parenta7abfbab042949d4b28801f19c8c44616c5909dc
clk: rockchip: add "," to mux_pll_src_apll_dpll_gpll_usb480m_p on rk3036

The mux_pll_src_apll_dpll_gpll_usb480m_p parent list was missing a ","
between the 3rd and 4th parent names, making them fall together and thus
lookups fail. Fix that.

Fixes: 866a2876b00f ("clk: rockchip: add clock controller for rk3036")
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/rockchip/clk-rk3036.c