Skip to content

Commit 532857c

Browse files
macromorganwens
authored andcommitted
dt-bindings: clock: sun50i-h616-ccu: Add GPADC clocks
Add the required clock bindings for the GPADC. Signed-off-by: Chris Morgan <[email protected]> Acked-by: Jernej Skrabec <[email protected]> Reviewed-by: Andre Przywara <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Chen-Yu Tsai <[email protected]>
1 parent 1613e60 commit 532857c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/dt-bindings/clock/sun50i-h616-ccu.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,6 @@
112112
#define CLK_HDCP 126
113113
#define CLK_BUS_HDCP 127
114114
#define CLK_PLL_SYSTEM_32K 128
115+
#define CLK_BUS_GPADC 129
115116

116117
#endif /* _DT_BINDINGS_CLK_SUN50I_H616_H_ */

include/dt-bindings/reset/sun50i-h616-ccu.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,6 @@
6666
#define RST_BUS_TVE0 57
6767
#define RST_BUS_HDCP 58
6868
#define RST_BUS_KEYADC 59
69+
#define RST_BUS_GPADC 60
6970

7071
#endif /* _DT_BINDINGS_RESET_SUN50I_H616_H_ */

0 commit comments

Comments
 (0)