Skip to content

Commit cc74893

Browse files
yeaissakartben
authored andcommitted
soc: nxp: mcxw: Update soc.c due to nxp,kinetis_lpuart rename
nxp,kinetis_lpuart was recently renamed to nxp,lpuart without updating mcxw soc file. Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com>
1 parent 2350b6b commit cc74893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soc/nxp/mcx/mcxw/soc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ static ALWAYS_INLINE void clock_init(void)
140140
CLOCK_EnableClock(kCLOCK_PortC);
141141
}
142142

143-
if (DT_NODE_HAS_COMPAT_STATUS(DT_NODELABEL(lpuart0), nxp_kinetis_lpuart, okay)) {
143+
if (DT_NODE_HAS_COMPAT_STATUS(DT_NODELABEL(lpuart0), nxp_lpuart, okay)) {
144144
CLOCK_EnableClock(kCLOCK_Lpuart0);
145145
}
146146

147-
if (DT_NODE_HAS_COMPAT_STATUS(DT_NODELABEL(lpuart1), nxp_kinetis_lpuart, okay)) {
147+
if (DT_NODE_HAS_COMPAT_STATUS(DT_NODELABEL(lpuart1), nxp_lpuart, okay)) {
148148
CLOCK_EnableClock(kCLOCK_Lpuart1);
149149
}
150150

0 commit comments

Comments
 (0)