diff options
author | Heiko Stuebner <heiko@sntech.de> | 2025-05-09 21:34:45 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2025-05-09 21:34:45 +0200 |
commit | 8012af949c461fd5ae21e5bbdc785466e10b09f7 (patch) | |
tree | 8bcd276ea3c15a46a6ec8c09d3a453eb7db10a74 | |
parent | fbea35a661ed100cee2f3bab8015fb0155508106 (diff) | |
parent | 8a023e86f3d999007f2687952afe78ef34a6aa91 (diff) |
Merge branch 'v6.16-shared/clkids' into v6.16-armsoc/dts64
-rw-r--r-- | include/dt-bindings/clock/rockchip,rk3528-cru.h | 6 | ||||
-rw-r--r-- | include/dt-bindings/clock/rockchip,rk3576-cru.h | 10 |
2 files changed, 16 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 diff --git a/include/dt-bindings/clock/rockchip,rk3576-cru.h b/include/dt-bindings/clock/rockchip,rk3576-cru.h index f576e61bec70..ded5ce42e62a 100644 --- a/include/dt-bindings/clock/rockchip,rk3576-cru.h +++ b/include/dt-bindings/clock/rockchip,rk3576-cru.h @@ -594,4 +594,14 @@ #define SCMI_ARMCLK_B 11 #define SCMI_CLK_GPU 456 +/* IOC-controlled output clocks */ +#define CLK_SAI0_MCLKOUT_TO_IO 571 +#define CLK_SAI1_MCLKOUT_TO_IO 572 +#define CLK_SAI2_MCLKOUT_TO_IO 573 +#define CLK_SAI3_MCLKOUT_TO_IO 574 +#define CLK_SAI4_MCLKOUT_TO_IO 575 +#define CLK_SAI4_MCLKOUT_TO_IO 575 +#define CLK_FSPI0_TO_IO 576 +#define CLK_FSPI1_TO_IO 577 + #endif |