Skip to content

Commit 4e31be3

Browse files
mmahadevan108kartben
authored andcommitted
soc: nxp_rw: Update pinctrl setting for FlexSPI
The FSEL bit for FlexSPI should not be cleared as part of configuring the FlexSPI pins. Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 8ab6e29 commit 4e31be3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

soc/nxp/rw/pinctrl_defs.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -284,49 +284,42 @@
284284

285285
#define IOMUX_GPIO_CLR_28 \
286286
(IOMUX_FLEXCOMM_CLR(0x0ULL, 0x0ULL) | /* Flexcomm bits to clear */ \
287-
IOMUX_FSEL_CLR(0x2ULL) | /* FSEL bits to clear */ \
288287
IOMUX_CTIMER_CLR(0ULL, 0ULL) | /* CTIMER offset to clear */ \
289288
IOMUX_SCTIMER_IN_CLR(0ULL, 0ULL) | /* SCTIMER input offset to clear */ \
290289
IOMUX_SCTIMER_OUT_CLR(0ULL, 0ULL)) /* SCTIMER output offset to clear */
291290

292291
#define IOMUX_GPIO_CLR_29 \
293292
(IOMUX_FLEXCOMM_CLR(0x0ULL, 0x0ULL) | /* Flexcomm bits to clear */ \
294-
IOMUX_FSEL_CLR(0x2ULL) | /* FSEL bits to clear */ \
295293
IOMUX_CTIMER_CLR(0ULL, 0ULL) | /* CTIMER offset to clear */ \
296294
IOMUX_SCTIMER_IN_CLR(0ULL, 0ULL) | /* SCTIMER input offset to clear */ \
297295
IOMUX_SCTIMER_OUT_CLR(0ULL, 0ULL)) /* SCTIMER output offset to clear */
298296

299297
#define IOMUX_GPIO_CLR_30 \
300298
(IOMUX_FLEXCOMM_CLR(0x0ULL, 0x0ULL) | /* Flexcomm bits to clear */ \
301-
IOMUX_FSEL_CLR(0x2ULL) | /* FSEL bits to clear */ \
302299
IOMUX_CTIMER_CLR(0ULL, 0ULL) | /* CTIMER offset to clear */ \
303300
IOMUX_SCTIMER_IN_CLR(0ULL, 0ULL) | /* SCTIMER input offset to clear */ \
304301
IOMUX_SCTIMER_OUT_CLR(0ULL, 0ULL)) /* SCTIMER output offset to clear */
305302

306303
#define IOMUX_GPIO_CLR_31 \
307304
(IOMUX_FLEXCOMM_CLR(0x0ULL, 0x0ULL) | /* Flexcomm bits to clear */ \
308-
IOMUX_FSEL_CLR(0x2ULL) | /* FSEL bits to clear */ \
309305
IOMUX_CTIMER_CLR(0ULL, 0ULL) | /* CTIMER offset to clear */ \
310306
IOMUX_SCTIMER_IN_CLR(0ULL, 0ULL) | /* SCTIMER input offset to clear */ \
311307
IOMUX_SCTIMER_OUT_CLR(0ULL, 0ULL)) /* SCTIMER output offset to clear */
312308

313309
#define IOMUX_GPIO_CLR_32 \
314310
(IOMUX_FLEXCOMM_CLR(0x0ULL, 0x0ULL) | /* Flexcomm bits to clear */ \
315-
IOMUX_FSEL_CLR(0x2ULL) | /* FSEL bits to clear */ \
316311
IOMUX_CTIMER_CLR(0ULL, 0ULL) | /* CTIMER offset to clear */ \
317312
IOMUX_SCTIMER_IN_CLR(0ULL, 0ULL) | /* SCTIMER input offset to clear */ \
318313
IOMUX_SCTIMER_OUT_CLR(0ULL, 0ULL)) /* SCTIMER output offset to clear */
319314

320315
#define IOMUX_GPIO_CLR_33 \
321316
(IOMUX_FLEXCOMM_CLR(0x0ULL, 0x0ULL) | /* Flexcomm bits to clear */ \
322-
IOMUX_FSEL_CLR(0x2ULL) | /* FSEL bits to clear */ \
323317
IOMUX_CTIMER_CLR(0ULL, 0ULL) | /* CTIMER offset to clear */ \
324318
IOMUX_SCTIMER_IN_CLR(0ULL, 0ULL) | /* SCTIMER input offset to clear */ \
325319
IOMUX_SCTIMER_OUT_CLR(0ULL, 0ULL)) /* SCTIMER output offset to clear */
326320

327321
#define IOMUX_GPIO_CLR_34 \
328322
(IOMUX_FLEXCOMM_CLR(0x0ULL, 0x0ULL) | /* Flexcomm bits to clear */ \
329-
IOMUX_FSEL_CLR(0x2ULL) | /* FSEL bits to clear */ \
330323
IOMUX_CTIMER_CLR(0ULL, 0ULL) | /* CTIMER offset to clear */ \
331324
IOMUX_SCTIMER_IN_CLR(0ULL, 0ULL) | /* SCTIMER input offset to clear */ \
332325
IOMUX_SCTIMER_OUT_CLR(0ULL, 0ULL)) /* SCTIMER output offset to clear */

0 commit comments

Comments
 (0)