Skip to content

Commit

Permalink
soc: arm: npcm4xx: update usb clock select bit
Browse files Browse the repository at this point in the history
update usb clock select bit.

Signed-off-by: cpchiang <[email protected]>
  • Loading branch information
cpchiang committed May 20, 2024
1 parent 61486a5 commit e1f839c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions soc/arm/npcm4xx/npcm400f/sig_def_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ SIG_DEFINE(SPIP1_DIO3, A10, SIG_DESC_SET(0x1c, 1))

#if DT_NODE_HAS_STATUS(DT_NODELABEL(usbd0), okay) && CONFIG_USB_DC_NPCM4XX
/* DEVALT2E */
SIG_DEFINE(USBD_PHY_ICLK, A4, SIG_DESC_SET(0x2e, 4), SIG_DESC_CLEAR(0x2e, 5))
SIG_DEFINE(USBD_PHY_XCLK, A4, SIG_DESC_SET(0x2e, 4), SIG_DESC_SET(0x2e, 5))
SIG_DEFINE(USBD_PHY_ICLK, A4, SIG_DESC_SET(0x2e, 4), SIG_DESC_CLEAR(0x2e, 6))
SIG_DEFINE(USBD_PHY_XCLK, A4, SIG_DESC_SET(0x2e, 4), SIG_DESC_SET(0x2e, 6))
#endif

#if DT_NODE_HAS_STATUS(DT_NODELABEL(i3c4), okay) && CONFIG_I3C_NPCM4XX
Expand Down

0 comments on commit e1f839c

Please sign in to comment.