RE: [EXT] Re: [PATCH] arm64: drivers: clk: qoriq: increase array size of cmux_to_group

2019-04-24 Thread Vabhav Sharma
[PATCH] arm64: drivers: clk: qoriq: increase array size of > cmux_to_group > > Caution: EXT Email > > Your subject should be "clk: qoriq: Increase array size of cmux_to_group" Ok, I will update it > > Quoting Vabhav Sharma (2019-04-24 07:50:13) > > From: Yogesh

Re: [PATCH] arm64: drivers: clk: qoriq: increase array size of cmux_to_group

2019-04-24 Thread Stephen Boyd
Your subject should be "clk: qoriq: Increase array size of cmux_to_group" Quoting Vabhav Sharma (2019-04-24 07:50:13) > From: Yogesh Gaur > > Increase size of cmux_to_group array, to accomdate entry of > -1 termination. > > Added -1, terminated, entry for 4080_cmux_grpX. > > Signed-off-by: Yog

[PATCH] arm64: drivers: clk: qoriq: increase array size of cmux_to_group

2019-04-24 Thread Vabhav Sharma
From: Yogesh Gaur Increase size of cmux_to_group array, to accomdate entry of -1 termination. Added -1, terminated, entry for 4080_cmux_grpX. Signed-off-by: Yogesh Gaur Signed-off-by: Vabhav Sharma Acked-by: Scott Wood Acked-by: Stephen Boyd --- drivers/clk/clk-qoriq.c | 4 ++-- 1 file cha