diff mbox series

[2/3] reset: uniphier: add video input subsystem reset control

Message ID 20170810072703.32433-2-suzuki.katsuhiro@socionext.com
State Superseded
Headers show
Series [1/3] reset: uniphier: add audio systems reset control | expand

Commit Message

Katsuhiro Suzuki Aug. 10, 2017, 7:27 a.m. UTC
Add a reset line for video input subsystem (EXIV) on
UniPhier LD11/LD20 SoCs.

Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>

---
 drivers/reset/reset-uniphier.c | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.13.2

Comments

Masahiro Yamada Aug. 10, 2017, 11:08 a.m. UTC | #1
2017-08-10 16:27 GMT+09:00 Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>:
> 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>



-- 
Best Regards
Masahiro Yamada
diff mbox series

Patch

diff --git a/drivers/reset/reset-uniphier.c b/drivers/reset/reset-uniphier.c
index 90c52a96f775..f60c137c17cb 100644
--- a/drivers/reset/reset-uniphier.c
+++ b/drivers/reset/reset-uniphier.c
@@ -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,
 };