diff options
author | Sebastian Reichel <[email protected]> | 2024-01-26 19:18:24 +0100 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2024-02-27 17:04:58 +0100 |
commit | c81798cf9dd2f324934585b2b52a0398caefb88e (patch) | |
tree | ba64e38df5510905a6591a1bdf8b794d6d736695 | |
parent | 11a29dc2e41ead2be78cfa9d532edf924b461acc (diff) |
dt-bindings: clock: rk3588: add missing PCLK_VO1GRF
Add PCLK_VO1GRF to complement PCLK_VO0GRF. This will be needed
for HDMI support.
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r-- | include/dt-bindings/clock/rockchip,rk3588-cru.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rockchip,rk3588-cru.h b/include/dt-bindings/clock/rockchip,rk3588-cru.h index 7c6f0ec7c979..0c7d3ca2d5bc 100644 --- a/include/dt-bindings/clock/rockchip,rk3588-cru.h +++ b/include/dt-bindings/clock/rockchip,rk3588-cru.h @@ -733,6 +733,7 @@ #define ACLK_AV1_PRE 718 #define PCLK_AV1_PRE 719 #define HCLK_SDIO_PRE 720 +#define PCLK_VO1GRF 721 /* scmi-clocks indices */ |