clk: si5341: Avoid divide errors due to bogus register contents
authorRobert Hancock <robert.hancock@calian.com>
Thu, 25 Mar 2021 19:26:37 +0000 (13:26 -0600)
committerStephen Boyd <sboyd@kernel.org>
Mon, 28 Jun 2021 02:58:14 +0000 (19:58 -0700)
commit78f6f406026d688868223d5dbeb197a4f7e9a9fd
tree2f00bef9a1f8bc772d379321f994615262da62c1
parent6e7d2de1e000d36990923ed80d2e78dfcb545cee
clk: si5341: Avoid divide errors due to bogus register contents

If the Si5341 is being initially programmed and has no stored NVM
configuration, some of the register contents may contain unexpected
values, such as zeros, which could cause divide by zero errors during
driver initialization. Trap errors caused by zero registers or zero clock
rates which could result in divide errors later in the code.

Fixes: 3044a860fd ("clk: Add Si5341/Si5340 driver")
Signed-off-by: Robert Hancock <robert.hancock@calian.com>
Link: https://lore.kernel.org/r/20210325192643.2190069-4-robert.hancock@calian.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-si5341.c