From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 04/11] dt-bindings: phy-mtk-tphy: add a new reference clock Date: Tue, 17 Sep 2019 15:28:05 -0500 Message-ID: <20190917202805.GA13405@bogus> References: <1567149298-29366-1-git-send-email-chunfeng.yun@mediatek.com> <1567149298-29366-4-git-send-email-chunfeng.yun@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1567149298-29366-4-git-send-email-chunfeng.yun@mediatek.com> Sender: linux-kernel-owner@vger.kernel.org Cc: Kishon Vijay Abraham I , Mark Rutland , Matthias Brugger , Chunfeng Yun , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Fri, 30 Aug 2019 15:14:51 +0800, Chunfeng Yun wrote: > Usually the digital and analog phys use the same reference clock, > but on some platforms, they are separated, so add another optional > clock to support it. > In order to keep the clock names consistent with PHY IP's, use > the da_ref for analog phy and ref clock for digital phy. > > Signed-off-by: Chunfeng Yun > --- > v2: fix typo of analog and needed > --- > Documentation/devicetree/bindings/phy/phy-mtk-tphy.txt | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > Acked-by: Rob Herring