commit | 256dd646a30fb7bc6720b636e8b9098cd492e603 | [log] [tgz] |
---|---|---|
author | Tomasz Figa <t.figa@samsung.com> | Tue Oct 15 19:41:19 2013 +0200 |
committer | Tomasz Figa <t.figa@samsung.com> | Mon Dec 30 18:15:48 2013 +0100 |
tree | 2d6283636c7c44f25248abb28e127949e4d00901 | |
parent | 3818f11740bbf87ad76f4f502f6739c8d62e5c17 [diff] |
clk: samsung: exynos5250: Add missing unpopulated mux parents This patch updates mux parent arrays with unpopulated mux inputs, as all inputs need to be specified in parent arrays passed to clk_register_mux(), otherwise clk_set_parent() can generate out of bound accesses to the array. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Tested-by: Tomasz Figa <t.figa@samsung.com>