clk: si5351: Add DT property to enable PLL reset
Add optional output clock DT property to enable PLL reset when a clock output is enabled. Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Cc: Rabeeh Khoury <rabeeh@solid-run.com> Cc: Russell King <linux@armlinux.org.uk> Signed-off-by: Sergej Sawazki <sergej@taudac.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:

committed by
Stephen Boyd

parent
758231d5a8
commit
51279ef9f6
@@ -1297,6 +1297,9 @@ static int si5351_dt_parse(struct i2c_client *client,
|
||||
|
||||
pdata->clkout[num].pll_master =
|
||||
of_property_read_bool(child, "silabs,pll-master");
|
||||
|
||||
pdata->clkout[num].pll_reset =
|
||||
of_property_read_bool(child, "silabs,pll-reset");
|
||||
}
|
||||
client->dev.platform_data = pdata;
|
||||
|
||||
|
Reference in New Issue
Block a user