Skip to content

Commit c240648

Browse files
macromorganwens
authored andcommitted
dt-bindings: clock: sun50i-h616-ccu: Add LCD TCON clk and reset
Add the required clock and reset bindings for the LCD TCON. Signed-off-by: Chris Morgan <macromorgan@hotmail.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://patch.msgid.link/20250213172248.158447-2-macroalpha82@gmail.com Signed-off-by: Chen-Yu Tsai <wens@csie.org>
1 parent 2014c95 commit c240648

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,9 @@
113113
#define CLK_BUS_HDCP 127
114114
#define CLK_PLL_SYSTEM_32K 128
115115
#define CLK_BUS_GPADC 129
116+
#define CLK_TCON_LCD0 130
117+
#define CLK_BUS_TCON_LCD0 131
118+
#define CLK_TCON_LCD1 132
119+
#define CLK_BUS_TCON_LCD1 133
116120

117121
#endif /* _DT_BINDINGS_CLK_SUN50I_H616_H_ */

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,7 @@
6767
#define RST_BUS_HDCP 58
6868
#define RST_BUS_KEYADC 59
6969
#define RST_BUS_GPADC 60
70+
#define RST_BUS_TCON_LCD0 61
71+
#define RST_BUS_TCON_LCD1 62
7072

7173
#endif /* _DT_BINDINGS_RESET_SUN50I_H616_H_ */

0 commit comments

Comments
 (0)