projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5694ca2
)
reset: uniphier: Add audio system and video input reset control for PXs3
author
Kunihiko Hayashi
<hayashi.kunihiko@socionext.com>
Tue, 5 Oct 2021 02:10:40 +0000
(11:10 +0900)
committer
Philipp 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
patch
|
blob
|
history
diff --git
a/drivers/reset/reset-uniphier.c
b/drivers/reset/reset-uniphier.c
index 5f75783f93977fba5c8c949212961445664b518f..4a6cfd8f399db90cdf5a41b438138de1dedf8a6f 100644
(file)
--- a/
drivers/reset/reset-uniphier.c
+++ b/
drivers/reset/reset-uniphier.c
@@
-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,
};