Re: [PATCH v4] clk: renesas: rz: Select EXTAL vs USB clock

2016-09-02 Thread Geert Uytterhoeven
On Fri, Sep 2, 2016 at 4:32 AM, Chris Brandt wrote: > Check the MD_CLK pin to determine the current clock mode in order to set > the pll clock parent correctly. > > Signed-off-by: Chris Brandt Reviewed-by: Geert Uytterhoeven

[PATCH v4] clk: renesas: rz: Select EXTAL vs USB clock

2016-09-01 Thread Chris Brandt
Check the MD_CLK pin to determine the current clock mode in order to set the pll clock parent correctly. Signed-off-by: Chris Brandt --- V4: * added static and __init to rz_cpg_read_mode_pins * set cpg_mode during declaration v3: * move reading GPIO port into separate