linux-stable/drivers/clk/actions
Jonathan Neuschäfer f611080820 clk: actions: Terminate clk_div_table with sentinel element
[ Upstream commit d8a441e53e ]

In order that the end of a clk_div_table can be detected, it must be
terminated with a sentinel element (.div = 0).

In owl-s900.s, the { 0, 8 } element was probably meant to be just that,
so this patch changes { 0, 8 } to { 0, 0 }.

Fixes: d47317ca4a ("clk: actions: Add S700 SoC clock support")
Fixes: d85d20053e ("clk: actions: Add S900 SoC clock support")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>
Link: https://lore.kernel.org/r/20220218000922.134857-2-j.neuschaefer@gmx.net
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-04-08 13:58:27 +02:00
..
Kconfig
Makefile
owl-common.c
owl-common.h
owl-composite.c
owl-composite.h
owl-divider.c
owl-divider.h
owl-factor.c clk/actions/owl-factor.c: remove superfluous headers 2021-11-02 14:28:29 -07:00
owl-factor.h
owl-fixed-factor.h
owl-gate.c
owl-gate.h
owl-mux.c
owl-mux.h
owl-pll.c
owl-pll.h
owl-reset.c
owl-reset.h
owl-s500.c clk: actions: Add NIC and ETHERNET clock support for Actions S500 SoC 2021-06-27 18:45:17 -07:00
owl-s700.c clk: actions: Terminate clk_div_table with sentinel element 2022-04-08 13:58:27 +02:00
owl-s900.c clk: actions: Terminate clk_div_table with sentinel element 2022-04-08 13:58:27 +02:00