Message ID | 1415863357-15680-1-git-send-email-kever.yang@rock-chips.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Kever, On Wed, Nov 12, 2014 at 11:22 PM, Kever Yang <kever.yang@rock-chips.com> wrote: > There are 3 different parent clock from different usbphy, > all of them are fixed 480MHz, it is not able to auto select > by clock core to the 2nd and the 3rd parent. > For different use case for different board, we may need to > select different usbphy clock out as parent manually. > > Add the clock ID for it so that we can use in dts. > > Signed-off-by: Kever Yang <kever.yang@rock-chips.com> > --- > > include/dt-bindings/clock/rk3288-cru.h | 1 + > 1 file changed, 1 insertion(+) Aside from clock ID collisions that Heiko can fixup, this looks good to me. Reviewed-by: Doug Anderson <dianders@chromium.org>
Am Donnerstag, 13. November 2014, 15:22:36 schrieb Kever Yang: > There are 3 different parent clock from different usbphy, > all of them are fixed 480MHz, it is not able to auto select > by clock core to the 2nd and the 3rd parent. > For different use case for different board, we may need to > select different usbphy clock out as parent manually. > > Add the clock ID for it so that we can use in dts. > > Signed-off-by: Kever Yang <kever.yang@rock-chips.com> applied both patches to my tree The clock-id addition is living in a separate branch, so if you have dts updates using this I can share the clock-id branch easily. Heiko
diff --git a/include/dt-bindings/clock/rk3288-cru.h b/include/dt-bindings/clock/rk3288-cru.h index 100a08c..3dcc906 100644 --- a/include/dt-bindings/clock/rk3288-cru.h +++ b/include/dt-bindings/clock/rk3288-cru.h @@ -71,6 +71,7 @@ #define SCLK_HDMI_CEC 110 #define SCLK_HEVC_CABAC 111 #define SCLK_HEVC_CORE 112 +#define SCLK_USBPHY480M_SRC 113 #define DCLK_VOP0 190 #define DCLK_VOP1 191
There are 3 different parent clock from different usbphy, all of them are fixed 480MHz, it is not able to auto select by clock core to the 2nd and the 3rd parent. For different use case for different board, we may need to select different usbphy clock out as parent manually. Add the clock ID for it so that we can use in dts. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> --- include/dt-bindings/clock/rk3288-cru.h | 1 + 1 file changed, 1 insertion(+)