From mboxrd@z Thu Jan 1 00:00:00 1970 From: Weijie Gao Date: Wed, 15 Apr 2020 15:16:59 +0800 Subject: [PATCH v5 09/14] phy: phy-mtk-tphy: add a new reference clock In-Reply-To: <1586497552-12194-10-git-send-email-chunfeng.yun@mediatek.com> References: <1586497552-12194-1-git-send-email-chunfeng.yun@mediatek.com> <1586497552-12194-10-git-send-email-chunfeng.yun@mediatek.com> Message-ID: <1586935019.26858.136.camel@mcddlt001> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2020-04-10 at 13:45 +0800, Chunfeng Yun wrote: > Usually the digital and analog phys use the same reference clock, > but some platforms have two separate reference clocks for each of > them, so add another optional clock to support them. > In order to keep the clock names consistent with PHY IP's, change > the da_ref for analog phy and ref clock for digital phy. > > Signed-off-by: Chunfeng Yun > --- > v2~v5: no changes > --- > drivers/phy/phy-mtk-tphy.c | 21 ++++++++++++++++++--- > 1 file changed, 18 insertions(+), 3 deletions(-) > Reviewed-by: Weijie Gao