Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756894AbcLOAhj (ORCPT ); Wed, 14 Dec 2016 19:37:39 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:37162 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756824AbcLOAhh (ORCPT ); Wed, 14 Dec 2016 19:37:37 -0500 MIME-Version: 1.0 In-Reply-To: <1481710301-1454-3-git-send-email-zhengxing@rock-chips.com> References: <1481710301-1454-1-git-send-email-zhengxing@rock-chips.com> <1481710301-1454-3-git-send-email-zhengxing@rock-chips.com> From: Doug Anderson Date: Wed, 14 Dec 2016 16:28:05 -0800 Message-ID: Subject: Re: [PATCH 2/3] clk: rockchip: rk3399: export 480M_SRC clocks id for usbphy0/usbphy1 To: Xing Zheng Cc: "open list:ARM/Rockchip SoC..." , =?UTF-8?Q?Heiko_St=C3=BCbner?= , Michael Turquette , Stephen Boyd , linux-clk , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 497 Lines: 16 Hi, On Wed, Dec 14, 2016 at 2:11 AM, Xing Zheng wrote: > This patch exports USBPHYx_480M_SRC clocks for usbphy. > > Signed-off-by: Xing Zheng > --- > > drivers/clk/rockchip/clk-rk3399.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) As mentioned in the dts patch, I don't think you need these since I'm under the impression that nobody gets this clock. I think the USB Controller get the ungated version of this clock. -Doug