]> git.baikalelectronics.ru Git - kernel.git/commit
clk: socfpga: stratix10: fix naming convention for the fixed-clocks
authorDinh Nguyen <dinguyen@kernel.org>
Wed, 2 Jan 2019 14:59:31 +0000 (08:59 -0600)
committerStephen Boyd <sboyd@kernel.org>
Tue, 15 Jan 2019 20:58:38 +0000 (12:58 -0800)
commitb08dc98efcf36c8d69341acf6b9705b973b0bbab
treefb3344bf6230dacb9557a59886c6af3b8ad35a27
parent270ebdfdd3dea330ad2a2f1d564f27a2639ba687
clk: socfpga: stratix10: fix naming convention for the fixed-clocks

The fixed clocks in the DTS file have a hyphen, but the clock driver has
the fixed clocks using underbar. Thus the clock driver cannot detect the
other fixed clocks correctly. Change the fixed clock names to a hyphen.

Fixes: 9db8778adad0 ("clk: socfpga: stratix10: add clock driver for
Stratix10 platform")
Cc: linux-stable@vger.kernel.org
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/socfpga/clk-s10.c