diff options
author | Heiko Stuebner <heiko@sntech.de> | 2025-05-08 20:02:11 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2025-05-08 20:02:11 +0200 |
commit | 58883d58aaa0a945afa9297a86b7a9150e9889ad (patch) | |
tree | 9369a3b32f8ce4fc456ff030719d9aa66345dc18 | |
parent | 9199ec29f0977efee223791c9ee3eb402d23f8ba (diff) | |
parent | 8a023e86f3d999007f2687952afe78ef34a6aa91 (diff) |
Merge branch 'v6.16-shared/clkids' into v6.16-clk/next
-rw-r--r-- | include/dt-bindings/clock/rockchip,rk3528-cru.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rockchip,rk3528-cru.h b/include/dt-bindings/clock/rockchip,rk3528-cru.h index 55a448f5ed6d..0245a53fc334 100644 --- a/include/dt-bindings/clock/rockchip,rk3528-cru.h +++ b/include/dt-bindings/clock/rockchip,rk3528-cru.h @@ -414,6 +414,12 @@ #define MCLK_I2S2_2CH_SAI_SRC_PRE 402 #define MCLK_I2S3_8CH_SAI_SRC_PRE 403 #define MCLK_SDPDIF_SRC_PRE 404 +#define SCLK_SDMMC_DRV 405 +#define SCLK_SDMMC_SAMPLE 406 +#define SCLK_SDIO0_DRV 407 +#define SCLK_SDIO0_SAMPLE 408 +#define SCLK_SDIO1_DRV 409 +#define SCLK_SDIO1_SAMPLE 410 /* scmi-clocks indices */ #define SCMI_PCLK_KEYREADER 0 |