diff options
author | Paul Cercueil <paul@crapouillou.net> | 2019-03-19 15:05:35 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-04-11 22:40:58 +0200 |
commit | 93dc07f8b089ee073075c22873ab707225e192b5 (patch) | |
tree | a835bd2b38d36cae0a52699f6e8a7bb5dc40e736 | |
parent | Linux 5.1-rc1 (diff) | |
download | linux-93dc07f8b089ee073075c22873ab707225e192b5.tar.xz linux-93dc07f8b089ee073075c22873ab707225e192b5.zip |
dt-bindings: clock: jz4725b-cgu: Add UDC PHY clock
Add macro for the UDC PHY clock of the JZ4725B.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
-rw-r--r-- | include/dt-bindings/clock/jz4725b-cgu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/jz4725b-cgu.h b/include/dt-bindings/clock/jz4725b-cgu.h index 460bbeff6ab8..31f1ab0fe42c 100644 --- a/include/dt-bindings/clock/jz4725b-cgu.h +++ b/include/dt-bindings/clock/jz4725b-cgu.h @@ -31,5 +31,6 @@ #define JZ4725B_CLK_TCU 22 #define JZ4725B_CLK_EXT512 23 #define JZ4725B_CLK_RTC 24 +#define JZ4725B_CLK_UDC_PHY 25 #endif /* __DT_BINDINGS_CLOCK_JZ4725B_CGU_H__ */ |