diff options
author | Val Packett <val@packett.cool> | 2024-12-05 15:29:35 -0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2025-02-10 11:47:08 +0100 |
commit | 7c9804031626c51d4ddbc8c6e82bbd8496cf6e56 (patch) | |
tree | 1e3b362dde8a9a3ce44beb7aaf90222a02462cfa | |
parent | 2014c95afecee3e76ca4a56956a936e23283f05b (diff) |
dt-bindings: clock: rk3188-common: add PCLK_CIF0/PCLK_CIF1
Add missing clock IDs for the CIF (Camera InterFace) blocks
on the RK3188/RK3066.
Signed-off-by: Val Packett <val@packett.cool>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20241205182954.5346-1-val@packett.cool
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | include/dt-bindings/clock/rk3188-cru-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rk3188-cru-common.h b/include/dt-bindings/clock/rk3188-cru-common.h index 01e14ab252a7..dd988cc9d582 100644 --- a/include/dt-bindings/clock/rk3188-cru-common.h +++ b/include/dt-bindings/clock/rk3188-cru-common.h @@ -103,6 +103,8 @@ #define PCLK_PERI 351 #define PCLK_DDRUPCTL 352 #define PCLK_PUBL 353 +#define PCLK_CIF0 354 +#define PCLK_CIF1 355 /* hclk gates */ #define HCLK_SDMMC 448 |