public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/3] reset: uniphier: add audio systems reset control
@ 2017-08-10  7:27 Katsuhiro Suzuki
  2017-08-10  7:27 ` [PATCH 2/3] reset: uniphier: add video input subsystem " Katsuhiro Suzuki
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Katsuhiro Suzuki @ 2017-08-10  7:27 UTC (permalink / raw)
  To: linux-arm-kernel

Add reset lines for audio subsystem (AIO) and
SoC internal audio codec (EVEA) on UniPhier LD11/LD20 SoCs.

Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
---
 drivers/reset/reset-uniphier.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/reset/reset-uniphier.c b/drivers/reset/reset-uniphier.c
index 954b2c4e6ca7..90c52a96f775 100644
--- a/drivers/reset/reset-uniphier.c
+++ b/drivers/reset/reset-uniphier.c
@@ -93,6 +93,8 @@ static const struct uniphier_reset_data uniphier_ld11_sys_reset_data[] = {
 	UNIPHIER_RESETX(2, 0x200c, 0),		/* NAND */
 	UNIPHIER_RESETX(4, 0x200c, 2),		/* eMMC */
 	UNIPHIER_RESETX(8, 0x200c, 8),		/* STDMAC (HSC, MIO) */
+	UNIPHIER_RESETX(40, 0x2008, 0),		/* AIO */
+	UNIPHIER_RESETX(41, 0x2008, 1),		/* EVEA */
 	UNIPHIER_RESET_END,
 };
 
@@ -105,6 +107,8 @@ static const struct uniphier_reset_data uniphier_ld20_sys_reset_data[] = {
 	UNIPHIER_RESETX(17, 0x200c, 13),	/* USB30-PHY1 */
 	UNIPHIER_RESETX(18, 0x200c, 14),	/* USB30-PHY2 */
 	UNIPHIER_RESETX(19, 0x200c, 15),	/* USB30-PHY3 */
+	UNIPHIER_RESETX(40, 0x2008, 0),		/* AIO */
+	UNIPHIER_RESETX(41, 0x2008, 1),		/* EVEA */
 	UNIPHIER_RESET_END,
 };
 
-- 
2.13.2

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-08-11  4:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-10  7:27 [PATCH 1/3] reset: uniphier: add audio systems reset control Katsuhiro Suzuki
2017-08-10  7:27 ` [PATCH 2/3] reset: uniphier: add video input subsystem " Katsuhiro Suzuki
2017-08-10 11:08   ` Masahiro Yamada
2017-08-10  7:27 ` [PATCH 3/3] reset: uniphier: add analog amplifiers " Katsuhiro Suzuki
2017-08-10 10:37   ` Philipp Zabel
2017-08-10 11:11     ` Masahiro Yamada
2017-08-10 11:23       ` Masahiro Yamada
2017-08-11  4:23         ` Katsuhiro Suzuki
2017-08-11  4:14     ` Katsuhiro Suzuki
2017-08-10 11:08 ` [PATCH 1/3] reset: uniphier: add audio systems " Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox