Skip to content

Commit 6e06b64

Browse files
committed
dt-bindings: clock: rk3036: add SCLK_USB480M clock-id
Contrary to how it is implemented right now, the usb480m clock is a controllable mux that can switch between the 24MHz oscillator and the clock output of the usb2phy. Add the needed clock-id to allow setting this mux from DT. Acked-by: Conor Dooley <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 306d2f5 commit 6e06b64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/dt-bindings/clock/rk3036-cru.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
#define SCLK_MACREF 152
4848
#define SCLK_MACPLL 153
4949
#define SCLK_SFC 160
50+
#define SCLK_USB480M 161
5051

5152
/* aclk gates */
5253
#define ACLK_DMAC2 194

0 commit comments

Comments
 (0)