All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-5.15 v1] reset: npcm: fix NPCM8XX USB PHY reset sequance
@ 2022-08-09 13:59 Tomer Maimon
  0 siblings, 0 replies; only message in thread
From: Tomer Maimon @ 2022-08-09 13:59 UTC (permalink / raw)
  To: openbmc; +Cc: andrew, joel, Tomer Maimon

Fix NPCM8XX reset USB PHY reset sequence by setting the IPRST2 and
IPRST4 registers correct reset values.

Fixes: d4bee4457df4 ("reset: npcm: Add NPCM8XX support")
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
---
 drivers/reset/reset-npcm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/reset/reset-npcm.c b/drivers/reset/reset-npcm.c
index 24c55efa98e5..f2333506b0a6 100644
--- a/drivers/reset/reset-npcm.c
+++ b/drivers/reset/reset-npcm.c
@@ -291,7 +291,7 @@ static void npcm_usb_reset_npcm8xx(struct npcm_rc_data *rc)
 	iprst2 |= ipsrst2_bits;
 	iprst3 |= (ipsrst3_bits | NPCM_IPSRST3_USBPHY1 |
 		   NPCM_IPSRST3_USBPHY2);
-	iprst2 |= ipsrst4_bits;
+	iprst4 |= ipsrst4_bits;
 
 	writel(iprst1, rc->base + NPCM_IPSRST1);
 	writel(iprst2, rc->base + NPCM_IPSRST2);
-- 
2.33.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-09 14:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-09 13:59 [PATCH linux dev-5.15 v1] reset: npcm: fix NPCM8XX USB PHY reset sequance Tomer Maimon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.