Re: [PATCH v2 7/7] phy: phy-mtk-tphy: make ref clock optional

2020-01-16 Thread Tom Rini
On Thu, Jan 09, 2020 at 11:35:10AM +0800, Chunfeng Yun wrote: > If make the ref clock optional, no need refer to fixed-clock when > the ref clock is always on or comes from oscillator directly. > > Signed-off-by: Chunfeng Yun > Reviewed-by: Simon Glass > Reviewed-by: Ryder Lee Applied to u-bo

[PATCH v2 7/7] phy: phy-mtk-tphy: make ref clock optional

2020-01-08 Thread Chunfeng Yun
If make the ref clock optional, no need refer to fixed-clock when the ref clock is always on or comes from oscillator directly. Signed-off-by: Chunfeng Yun Reviewed-by: Simon Glass Reviewed-by: Ryder Lee --- v2: add reviewed-by Simon & Ryder --- drivers/phy/phy-mtk-tphy.c | 3 ++- 1 file chang