]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
reset: uniphier: add video input subsystem reset control
authorKatsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Sun, 13 Aug 2017 09:00:42 +0000 (18:00 +0900)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 14 Aug 2017 07:29:26 +0000 (09:29 +0200)
Add a reset line for video input subsystem (EXIV) on
UniPhier LD11/LD20 SoCs.

Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/reset-uniphier.c

index 90c52a96f7751758c1d7586ba2b493e1b4985b4d..f60c137c17cb991321386982de5657969920f478 100644 (file)
@@ -95,6 +95,7 @@ static const struct uniphier_reset_data uniphier_ld11_sys_reset_data[] = {
        UNIPHIER_RESETX(8, 0x200c, 8),          /* STDMAC (HSC, MIO) */
        UNIPHIER_RESETX(40, 0x2008, 0),         /* AIO */
        UNIPHIER_RESETX(41, 0x2008, 1),         /* EVEA */
+       UNIPHIER_RESETX(42, 0x2010, 2),         /* EXIV */
        UNIPHIER_RESET_END,
 };
 
@@ -109,6 +110,7 @@ static const struct uniphier_reset_data uniphier_ld20_sys_reset_data[] = {
        UNIPHIER_RESETX(19, 0x200c, 15),        /* USB30-PHY3 */
        UNIPHIER_RESETX(40, 0x2008, 0),         /* AIO */
        UNIPHIER_RESETX(41, 0x2008, 1),         /* EVEA */
+       UNIPHIER_RESETX(42, 0x2010, 2),         /* EXIV */
        UNIPHIER_RESET_END,
 };