android_kernel_xiaomi_sm7250/drivers/clk/actions
Jonathan Neuschäfer c8d7c59580 clk: actions: Terminate clk_div_table with sentinel element
[ Upstream commit d8a441e53e2434b1401e52dfd66b05263e442edc ]

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-15 14:14:52 +02:00
..
Kconfig clk: actions: Add S700 SoC clock support 2018-07-25 16:40:54 -07:00
Makefile clk: actions: Add S700 SoC clock support 2018-07-25 16:40:54 -07:00
owl-common.c clk: actions: Don't reference clk_init_data after registration 2019-10-07 18:56:43 +02:00
owl-common.h
owl-composite.c clk: actions: Add composite clock support 2018-04-06 14:25:18 -07:00
owl-composite.h clk: actions: Add composite clock support 2018-04-06 14:25:18 -07:00
owl-divider.c clk: actions: Add divider clock support 2018-04-06 14:18:17 -07:00
owl-divider.h clk: actions: Add divider clock support 2018-04-06 14:18:17 -07:00
owl-factor.c clk: actions: Fix factor clk struct member access 2020-01-27 14:51:14 +01:00
owl-factor.h clk: actions: Add factor clock support 2018-04-06 14:24:40 -07:00
owl-fixed-factor.h clk: actions: Add fixed factor clock support 2018-04-06 14:25:08 -07:00
owl-gate.c
owl-gate.h
owl-mux.c clk: actions: Add mux clock support 2018-04-06 14:17:46 -07:00
owl-mux.h clk: actions: Add mux clock support 2018-04-06 14:17:46 -07:00
owl-pll.c clk: actions: Add pll clock support 2018-04-06 14:25:52 -07:00
owl-pll.h clk: actions: Add pll clock support 2018-04-06 14:25:52 -07:00
owl-s700.c clk: actions: Terminate clk_div_table with sentinel element 2022-04-15 14:14:52 +02:00
owl-s900.c clk: actions: Terminate clk_div_table with sentinel element 2022-04-15 14:14:52 +02:00