Skip to content

Commit bda0409

Browse files
mmahadevan108kartben
authored andcommitted
boards: frdm_mcxn947: Delete enable of GPIO5 clock
There is no bit to enable GPIO5 clock in the clock control register. Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent c36b3c0 commit bda0409

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

boards/nxp/frdm_mcxn947/board.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,6 @@ static int frdm_mcxn947_init(void)
190190
CLOCK_EnableClock(kCLOCK_Gpio4);
191191
#endif
192192

193-
#if DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(gpio5))
194-
CLOCK_EnableClock(kCLOCK_Gpio5);
195-
#endif
196-
197193
#if DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(dac0))
198194
SPC_EnableActiveModeAnalogModules(SPC0, kSPC_controlDac0);
199195
CLOCK_SetClkDiv(kCLOCK_DivDac0Clk, 1u);

0 commit comments

Comments
 (0)