Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / clk / sunxi-ng / ccu-sun6i-rtc.h
blob9ae821fc2599aeb3e0401ec93f78846ca47077ee
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef _CCU_SUN6I_RTC_H
4 #define _CCU_SUN6I_RTC_H
6 #include <dt-bindings/clock/sun6i-rtc.h>
8 #define CLK_IOSC_32K 3
9 #define CLK_EXT_OSC32K_GATE 4
10 #define CLK_OSC24M_32K 5
11 #define CLK_RTC_32K 6
13 #define CLK_NUMBER (CLK_RTC_32K + 1)
15 #endif /* _CCU_SUN6I_RTC_H */