Browse Source
The NXP PORT pinmuxing peripheral is reused across the MCX, S32, and Kinetis lines. Rename the compatible from the family-specific nxp,kinetis-pinctrl to a more generic nxp,port-pinctrl to reflect the actual name for the IP block used within reference manuals. Update the NXP HAL revision to include a change to use the new Kconfig name for the PORT pinctrl driver Update the MAINTAINERS.yml path, as there are no longer any NXP drivers matching the string "drivers/*/*kinetis* Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>pull/79821/head
26 changed files with 123 additions and 126 deletions
@ -1,9 +0,0 @@
@@ -1,9 +0,0 @@
|
||||
# Copyright (c) 2022 NXP |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config PINCTRL_NXP_KINETIS |
||||
bool "Pin controller driver for NXP Kinetis MCUs" |
||||
default y |
||||
depends on DT_HAS_NXP_KINETIS_PINMUX_ENABLED |
||||
help |
||||
Enable pin controller driver for NXP Kinetis MCUs |
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
# Copyright 2022, 2024 NXP |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config PINCTRL_NXP_PORT |
||||
bool "Pin controller driver for NXP PORT peripheral" |
||||
default y |
||||
depends on DT_HAS_NXP_PORT_PINMUX_ENABLED |
||||
help |
||||
Enable pin controller driver for NXP PORT peripheral |
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
description: Kinetis pinmux node |
||||
description: NXP PORT pinmux node |
||||
|
||||
compatible: "nxp,kinetis-pinmux" |
||||
compatible: "nxp,port-pinmux" |
||||
|
||||
include: base.yaml |
||||
|
Loading…
Reference in new issue