android_kernel_xiaomi_sm8350/drivers/clk/actions
Jonathan Neuschäfer 1d04467bbb 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:18:19 +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
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: Fix bisp_factor_table based clocks on Owl S500 SoC 2021-07-14 16:53:34 +02:00
owl-s700.c clk: actions: Terminate clk_div_table with sentinel element 2022-04-15 14:18:19 +02:00
owl-s900.c clk: actions: Terminate clk_div_table with sentinel element 2022-04-15 14:18:19 +02:00