Re: [PATCH v7 05/10] clk: bd718x7: Support ROHM BD70528 clk block

2019-02-06 Thread Matti Vaittinen
On Wed, Feb 06, 2019 at 09:31:27AM -0800, Stephen Boyd wrote: > Quoting Matti Vaittinen (2019-02-06 01:39:38) > > @@ -86,9 +87,21 @@ static int bd71837_clk_probe(struct platform_device > > *pdev) > > dev_err(>dev, "No parent clk found\n"); > > return -EINVAL; > >

Re: [PATCH v7 05/10] clk: bd718x7: Support ROHM BD70528 clk block

2019-02-06 Thread Stephen Boyd
Quoting Matti Vaittinen (2019-02-06 01:39:38) > @@ -86,9 +87,21 @@ static int bd71837_clk_probe(struct platform_device *pdev) > dev_err(>dev, "No parent clk found\n"); > return -EINVAL; > } > - > - c->reg = BD718XX_REG_OUT32K; > - c->mask =

[PATCH v7 05/10] clk: bd718x7: Support ROHM BD70528 clk block

2019-02-06 Thread Matti Vaittinen
ROHM BD70528 is an ultra low power PMIC with similar 32K clk as bd718x7. Only difference (from clk perspective) is register address. Add support for controlling BD70528 clk using bd718x7 driver. Signed-off-by: Matti Vaittinen --- drivers/clk/Kconfig | 6 +++--- drivers/clk/clk-bd718x7.c