Skip to content

Commit

Permalink
clk: rockchip: add clock ID for usbphy480m_src
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Kever Yang authored and Heiko Stuebner committed Jan 12, 2015
1 parent 97bf6af commit 19ce828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/dt-bindings/clock/rk3288-cru.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
#define SCLK_SDIO0_SAMPLE 119
#define SCLK_SDIO1_SAMPLE 120
#define SCLK_EMMC_SAMPLE 121
#define SCLK_USBPHY480M_SRC 122

#define DCLK_VOP0 190
#define DCLK_VOP1 191
Expand Down

0 comments on commit 19ce828

Please sign in to comment.