diff options
author | Stephen Boyd <sboyd@kernel.org> | 2022-05-16 23:56:23 -0700 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-05-16 23:56:23 -0700 |
commit | 0594058b723b9b47eb840519dcf1735aa7612172 (patch) | |
tree | 2926fc432e75273e9d848014747fcdeb22e98340 /include/dt-bindings | |
parent | 3123109284176b1532874591f7c81f3837bbdc17 (diff) | |
parent | 31ab5169803ebc009e01d1ee4501ca9faf347161 (diff) | |
download | linux-next-0594058b723b9b47eb840519dcf1735aa7612172.tar.gz |
Merge tag 'sunxi-clk-for-5.19-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-allwinner
Pull Allwinner clk driver updates from Jernej Skrabec:
- Allwinner H6 RTC clock
- Allwinner H616 32 kHz clock
* tag 'sunxi-clk-for-5.19-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
clk: sunxi-ng: h616: Add PLL derived 32KHz clock
clk: sunxi-ng: h6-r: Add RTC gate clock
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/sun50i-h6-r-ccu.h | 1 | ||||
-rw-r--r-- | include/dt-bindings/clock/sun50i-h616-ccu.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/sun50i-h6-r-ccu.h b/include/dt-bindings/clock/sun50i-h6-r-ccu.h index 890368d252c4..a96087abc86f 100644 --- a/include/dt-bindings/clock/sun50i-h6-r-ccu.h +++ b/include/dt-bindings/clock/sun50i-h6-r-ccu.h @@ -22,5 +22,6 @@ #define CLK_W1 12 #define CLK_R_APB2_RSB 13 +#define CLK_R_APB1_RTC 14 #endif /* _DT_BINDINGS_CLK_SUN50I_H6_R_CCU_H_ */ diff --git a/include/dt-bindings/clock/sun50i-h616-ccu.h b/include/dt-bindings/clock/sun50i-h616-ccu.h index 4fc08b0df2f3..1191aca53ac6 100644 --- a/include/dt-bindings/clock/sun50i-h616-ccu.h +++ b/include/dt-bindings/clock/sun50i-h616-ccu.h @@ -111,5 +111,6 @@ #define CLK_BUS_TVE0 125 #define CLK_HDCP 126 #define CLK_BUS_HDCP 127 +#define CLK_PLL_SYSTEM_32K 128 #endif /* _DT_BINDINGS_CLK_SUN50I_H616_H_ */ |