Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Chris Morgan and committed by
Chen-Yu Tsai
c240648b 2014c95a

+6
+4
include/dt-bindings/clock/sun50i-h616-ccu.h
··· 113 113 #define CLK_BUS_HDCP 127 114 114 #define CLK_PLL_SYSTEM_32K 128 115 115 #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 116 120 117 121 #endif /* _DT_BINDINGS_CLK_SUN50I_H616_H_ */
+2
include/dt-bindings/reset/sun50i-h616-ccu.h
··· 67 67 #define RST_BUS_HDCP 58 68 68 #define RST_BUS_KEYADC 59 69 69 #define RST_BUS_GPADC 60 70 + #define RST_BUS_TCON_LCD0 61 71 + #define RST_BUS_TCON_LCD1 62 70 72 71 73 #endif /* _DT_BINDINGS_RESET_SUN50I_H616_H_ */