diff options
author | Chris Morgan <macromorgan@hotmail.com> | 2025-05-07 23:19:20 +0300 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2025-05-10 04:40:52 +0300 |
commit | 20fb4ac9cda06527cf60c5ec7dda7c463c9c81be (patch) | |
tree | 177304376e7a988984ef90c9f88836d62c527d7c | |
parent | f06a610cb17468a3098be1e401c4b29623b99d0a (diff) | |
download | linux-20fb4ac9cda06527cf60c5ec7dda7c463c9c81be.tar.xz |
dt-bindings: clock: sun50i-h616-ccu: Add LVDS reset
Add the required LVDS reset binding for the LCD TCON.
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-2-macroalpha82@gmail.com
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
-rw-r--r-- | include/dt-bindings/reset/sun50i-h616-ccu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/reset/sun50i-h616-ccu.h b/include/dt-bindings/reset/sun50i-h616-ccu.h index 81b1eba2a7f7..ba626f7015b5 100644 --- a/include/dt-bindings/reset/sun50i-h616-ccu.h +++ b/include/dt-bindings/reset/sun50i-h616-ccu.h @@ -69,5 +69,6 @@ #define RST_BUS_GPADC 60 #define RST_BUS_TCON_LCD0 61 #define RST_BUS_TCON_LCD1 62 +#define RST_BUS_LVDS 63 #endif /* _DT_BINDINGS_RESET_SUN50I_H616_H_ */ |