diff options
author | Heiko Stuebner <heiko.stuebner@theobroma-systems.com> | 2021-02-05 12:04:58 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-02-06 01:05:04 +0100 |
commit | 0be10b6f68b217876665031f643e571a5661fc9c (patch) | |
tree | 313f554c95c7a281d1571802b0a06fbdcc512e2e /include/dt-bindings/clock/rk3368-cru.h | |
parent | clk: rockchip: Demote non-conformant kernel-doc header in half-divider (diff) | |
download | linux-0be10b6f68b217876665031f643e571a5661fc9c.tar.xz linux-0be10b6f68b217876665031f643e571a5661fc9c.zip |
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/clock/rk3368-cru.h')
-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 |