diff options
author | Heiko Stuebner <heiko@sntech.de> | 2025-05-03 22:25:29 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2025-05-08 20:29:02 +0200 |
commit | 6e06b641ca96c232e0b13f9b44b118742986bcd5 (patch) | |
tree | 8762f32f3d0442441ad3a9ffb26abf1c4c4905cd | |
parent | 306d2f5ddaa765f04ffb54fc9437a6318f904b53 (diff) |
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 <conor.dooley@microchip.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20250503202532.992033-2-heiko@sntech.de
-rw-r--r-- | include/dt-bindings/clock/rk3036-cru.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rk3036-cru.h b/include/dt-bindings/clock/rk3036-cru.h index 99cc617e1e54..5cbc0e2b08ff 100644 --- a/include/dt-bindings/clock/rk3036-cru.h +++ b/include/dt-bindings/clock/rk3036-cru.h @@ -47,6 +47,7 @@ #define SCLK_MACREF 152 #define SCLK_MACPLL 153 #define SCLK_SFC 160 +#define SCLK_USB480M 161 /* aclk gates */ #define ACLK_DMAC2 194 |