1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

dt-bindings: Add missing rockchip clock ids

These are needed for updated upstream rk3399 dtsi.

Signed-off-by: Ondrej Jirman <megi@xff.cz>
This commit is contained in:
Ondrej Jirman
2023-05-21 11:49:54 +02:00
parent 2ca73269d1
commit afb7eb9c43
2 changed files with 5 additions and 3 deletions

View File

@@ -1061,6 +1061,7 @@ static ulong rk3399_clk_set_rate(struct clk *clk, ulong rate)
case ACLK_HDCP:
case ACLK_GIC_PRE:
case PCLK_DDR:
case ACLK_VDU:
return 0;
default:
log_debug("Unknown clock %lu\n", clk->id);

View File

@@ -125,6 +125,7 @@
#define SCLK_USBPHY1_480M_SRC 169
#define SCLK_DDRCLK 170
#define SCLK_TESTOUT2 171
#define SCLK_CIF_OUT_SRC 172
#define DCLK_VOP0 180
#define DCLK_VOP1 181
@@ -545,8 +546,8 @@
#define SRST_H_PERILP0 171
#define SRST_H_PERILP0_NOC 172
#define SRST_ROM 173
#define SRST_CRYPTO_S 174
#define SRST_CRYPTO_M 175
#define SRST_CRYPTO0_S 174
#define SRST_CRYPTO0_M 175
/* cru_softrst_con11 */
#define SRST_P_DCF 176
@@ -554,7 +555,7 @@
#define SRST_CM0S 178
#define SRST_CM0S_DBG 179
#define SRST_CM0S_PO 180
#define SRST_CRYPTO 181
#define SRST_CRYPTO0 181
#define SRST_P_PERILP1_SGRF 182
#define SRST_P_PERILP1_GRF 183
#define SRST_CRYPTO1_S 184