diff options
author | Chris Morgan <macromorgan@hotmail.com> | 2024-06-05 19:20:46 +0200 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2024-06-22 14:06:26 +0200 |
commit | 532857c2a76ba3553302cf2a2cbec7679fb5b4fe (patch) | |
tree | 24f63a658793880844c13b9811578a58edff7fde /include/dt-bindings/clock | |
parent | Linux 6.10-rc1 (diff) | |
download | linux-532857c2a76ba3553302cf2a2cbec7679fb5b4fe.tar.xz linux-532857c2a76ba3553302cf2a2cbec7679fb5b4fe.zip |
dt-bindings: clock: sun50i-h616-ccu: Add GPADC clocks
Add the required clock bindings for the GPADC.
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240605172049.231108-2-macroalpha82@gmail.com
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'include/dt-bindings/clock')
-rw-r--r-- | include/dt-bindings/clock/sun50i-h616-ccu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/sun50i-h616-ccu.h b/include/dt-bindings/clock/sun50i-h616-ccu.h index 6f8f01e67628..ebb146ab7f8c 100644 --- a/include/dt-bindings/clock/sun50i-h616-ccu.h +++ b/include/dt-bindings/clock/sun50i-h616-ccu.h @@ -112,5 +112,6 @@ #define CLK_HDCP 126 #define CLK_BUS_HDCP 127 #define CLK_PLL_SYSTEM_32K 128 +#define CLK_BUS_GPADC 129 #endif /* _DT_BINDINGS_CLK_SUN50I_H616_H_ */ |