drivers: pinctrl: rename nxp,kinetis-pinctrl to nxp,port-pinctrl

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>
This commit is contained in:
Daniel DeGrasse 2024-11-19 12:46:56 -06:00 committed by Mahesh Mahadevan
commit a36c7ddb36
26 changed files with 123 additions and 126 deletions

View file

@ -116,7 +116,7 @@
};
pinctrl: pinctrl {
compatible = "nxp,kinetis-pinctrl";
compatible = "nxp,port-pinctrl";
};
};
@ -147,25 +147,25 @@
};
porta: pinctrl@42000 {
compatible = "nxp,kinetis-pinmux";
compatible = "nxp,port-pinmux";
reg = <0x42000 0xe0>;
clocks = <&scg SCG_K4_SLOW_CLK 0x108>;
};
portb: pinctrl@43000 {
compatible = "nxp,kinetis-pinmux";
compatible = "nxp,port-pinmux";
reg = <0x43000 0xe0>;
clocks = <&scg SCG_K4_SLOW_CLK 0x10c>;
};
portc: pinctrl@44000 {
compatible = "nxp,kinetis-pinmux";
compatible = "nxp,port-pinmux";
reg = <0x44000 0xe0>;
clocks = <&scg SCG_K4_SLOW_CLK 0x110>;
};
portd: pinctrl@45000 {
compatible = "nxp,kinetis-pinmux";
compatible = "nxp,port-pinmux";
reg = <0x45000 0xe0>;
clocks = <&scg SCG_K4_SLOW_CLK 0>;
};