]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
dt-bindings: clock: sun50i-h616-ccu: Add LCD TCON clk and reset
authorChris Morgan <macromorgan@hotmail.com>
Thu, 13 Feb 2025 17:22:47 +0000 (11:22 -0600)
committerChen-Yu Tsai <wens@csie.org>
Sat, 22 Feb 2025 13:26:57 +0000 (21:26 +0800)
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>
include/dt-bindings/clock/sun50i-h616-ccu.h
include/dt-bindings/reset/sun50i-h616-ccu.h

index ebb146ab7f8c7d6679f7db4e31196242844f9038..6889405f9fec1a55d0bd5a336286ced104573f9e 100644 (file)
 #define CLK_BUS_HDCP           127
 #define CLK_PLL_SYSTEM_32K     128
 #define CLK_BUS_GPADC          129
+#define CLK_TCON_LCD0          130
+#define CLK_BUS_TCON_LCD0      131
+#define CLK_TCON_LCD1          132
+#define CLK_BUS_TCON_LCD1      133
 
 #endif /* _DT_BINDINGS_CLK_SUN50I_H616_H_ */
index ed177c04afdd172f7b2cefc3e19fef31b408b38c..81b1eba2a7f778b149da218f73803a892a54d055 100644 (file)
@@ -67,5 +67,7 @@
 #define RST_BUS_HDCP           58
 #define RST_BUS_KEYADC         59
 #define RST_BUS_GPADC          60
+#define RST_BUS_TCON_LCD0      61
+#define RST_BUS_TCON_LCD1      62
 
 #endif /* _DT_BINDINGS_RESET_SUN50I_H616_H_ */