commit | 4d04391cfe6446fb2f184d063b56a4dcce425334 | [log] [tgz] |
---|---|---|
author | Dinh Nguyen <dinguyen@altera.com> | Thu Oct 24 03:18:30 2013 -0500 |
committer | Mike Turquette <mturquette@linaro.org> | Wed Nov 27 12:48:51 2013 -0800 |
tree | 078732b400a508899f4f8c63c4709047bed2220a | |
parent | f881591dd4d522b44722eb6b78c6a01a9c1bbd7c [diff] |
clk: socfpga: Remove check for "reg" property in socfpga_clk_init The function socfpga_clk_init() can support clocks that do not have a divider register, but a fixed-divider that can be read from DTS. Therefore, the "reg" property is not a failing condition for socfpga_clk_init(). Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>