Re: [PATCH 1/3] clk: rockchip: rk3399: add USBPHYx_480M_SRC clock IDs
From: Doug Anderson <hidden>
Date: 2016-12-15 00:29:07
Also in:
linux-rockchip, lkml
From: Doug Anderson <hidden>
Date: 2016-12-15 00:29:07
Also in:
linux-rockchip, lkml
Hi, On Wed, Dec 14, 2016 at 2:11 AM, Xing Zheng [off-list ref] wrote:
This patch add two clock IDs for the usb phy 480m source clocks. Signed-off-by: Xing Zheng <redacted> --- include/dt-bindings/clock/rk3399-cru.h | 2 ++ 1 file changed, 2 insertions(+)diff --git a/include/dt-bindings/clock/rk3399-cru.h b/include/dt-bindings/clock/rk3399-cru.h index 220a60f..224daf7 100644 --- a/include/dt-bindings/clock/rk3399-cru.h +++ b/include/dt-bindings/clock/rk3399-cru.h@@ -132,6 +132,8 @@ #define SCLK_RMII_SRC 166 #define SCLK_PCIEPHY_REF100M 167 #define SCLK_DDRC 168 +#define SCLK_USBPHY0_480M_SRC 169 +#define SCLK_USBPHY1_480M_SRC 170
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