diff options
author | Heiko Stuebner <heiko.stuebner@theobroma-systems.com> | 2021-02-05 14:04:58 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-02-06 03:05:04 +0300 |
commit | 0be10b6f68b217876665031f643e571a5661fc9c (patch) | |
tree | 313f554c95c7a281d1571802b0a06fbdcc512e2e /include/dt-bindings | |
parent | d48fbef962b095f7cc22017642fb9055d57fdb53 (diff) | |
download | linux-0be10b6f68b217876665031f643e571a5661fc9c.tar.xz |
clk: rockchip: add clock ids for PCLK_DPHYRX and PCLK_DPHYTX0 on rk3368
Needed by the mipi dphys.
The naming follows the clock names in the manual.
Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Link: https://lore.kernel.org/r/20210205110502.1850669-1-heiko@sntech.de
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/rk3368-cru.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rk3368-cru.h b/include/dt-bindings/clock/rk3368-cru.h index 0a06c5f514d7..f89683295935 100644 --- a/include/dt-bindings/clock/rk3368-cru.h +++ b/include/dt-bindings/clock/rk3368-cru.h @@ -148,6 +148,8 @@ #define PCLK_VIP 367 #define PCLK_WDT 368 #define PCLK_EFUSE256 369 +#define PCLK_DPHYRX 370 +#define PCLK_DPHYTX0 371 /* hclk gates */ #define HCLK_SFC 448 |