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)
commitb488517b28a47d16b228ce8dcf07f5cb8e5b3dc5
treefb3344bf6230dacb9557a59886c6af3b8ad35a27
parentc0a636e4cc2eb39244d23c0417c117be4c96a7fe
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: 07afb8db7340 ("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