Re: [PATCHv3 4/4] clk: agilex/stratix10/n5x: fix how the bypass_reg is handled
From: Stephen Boyd <sboyd@kernel.org>
Date: 2021-06-27 23:41:53
Also in:
linux-clk
From: Stephen Boyd <sboyd@kernel.org>
Date: 2021-06-27 23:41:53
Also in:
linux-clk
Quoting Dinh Nguyen (2021-06-10 19:52:01)
If the bypass_reg is set, then we can return the bypass parent, however,
if there is not a bypass_reg, we need to figure what the correct parent
mux is.
The previous code never handled the parent mux if there was a
bypass_reg.
Fixes: 80c6b7a0894f ("clk: socfpga: agilex: add clock driver for the Agilex platform")
Cc: stable@vger.kernel.org
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
---Applied to clk-next