reset: uniphier: Add audio system and video input reset control for PXs3
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Tue, 5 Oct 2021 02:10:40 +0000 (11:10 +0900)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 5 Oct 2021 09:57:40 +0000 (11:57 +0200)
Add reset lines for audio subsystem (AIO) and video input subsystem (EXIV)
on UniPhier PXs3 SoC.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/1633399842-1402-2-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/reset-uniphier.c

index 5f75783..4a6cfd8 100644 (file)
@@ -136,6 +136,8 @@ static const struct uniphier_reset_data uniphier_pxs3_sys_reset_data[] = {
        UNIPHIER_RESETX(28, 0x200c, 7),         /* SATA0 */
        UNIPHIER_RESETX(29, 0x200c, 8),         /* SATA1 */
        UNIPHIER_RESETX(30, 0x200c, 21),        /* SATA-PHY */
+       UNIPHIER_RESETX(40, 0x2008, 0),         /* AIO */
+       UNIPHIER_RESETX(42, 0x2010, 2),         /* EXIV */
        UNIPHIER_RESET_END,
 };