Skip to content

Commit 390e4cf

Browse files
macromorganwens
authored andcommitted
clk: sunxi-ng: h616: Add LVDS reset for LCD TCON
Add the required LVDS reset for the LCD TCON. Note that while this reset is exposed for the T507, H616, and H700 only the H700 has an LCD controller. Signed-off-by: Chris Morgan <macromorgan@hotmail.com> Signed-off-by: Ryan Walklin <ryan@testtoast.com> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Link: https://patch.msgid.link/20250507201943.330111-3-macroalpha82@gmail.com Signed-off-by: Chen-Yu Tsai <wens@csie.org>
1 parent 20fb4ac commit 390e4cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/sunxi-ng/ccu-sun50i-h616.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,7 @@ static const struct ccu_reset_map sun50i_h616_ccu_resets[] = {
10941094
[RST_BUS_TCON_LCD1] = { 0xb7c, BIT(17) },
10951095
[RST_BUS_TCON_TV0] = { 0xb9c, BIT(16) },
10961096
[RST_BUS_TCON_TV1] = { 0xb9c, BIT(17) },
1097+
[RST_BUS_LVDS] = { 0xbac, BIT(16) },
10971098
[RST_BUS_TVE_TOP] = { 0xbbc, BIT(16) },
10981099
[RST_BUS_TVE0] = { 0xbbc, BIT(17) },
10991100
[RST_BUS_HDCP] = { 0xc4c, BIT(16) },

0 commit comments

Comments
 (0)