Skip to content

Commit

Permalink
drivers: pinmux: lpc11u6x: drop driver
Browse files Browse the repository at this point in the history
Drop LPC11U6X pinmux driver in favor of pinctrl.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and nashif committed Feb 23, 2023
1 parent 33372b9 commit 099012a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 181 deletions.
1 change: 0 additions & 1 deletion drivers/pinmux/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# SPDX-License-Identifier: Apache-2.0

# Board initialization
zephyr_sources_ifdef(CONFIG_PINMUX_LPC11U6X pinmux_lpc11u6x.c)
zephyr_sources_ifdef(CONFIG_PINMUX_MCUX pinmux_mcux.c)
zephyr_sources_ifdef(CONFIG_PINMUX_XEC pinmux_mchp_xec.c)
2 changes: 0 additions & 2 deletions drivers/pinmux/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ config PINMUX_INIT_PRIORITY
rule for particular boards. Don't change this value unless you
know what you are doing.

source "drivers/pinmux/Kconfig.lpc11u6x"

source "drivers/pinmux/Kconfig.mcux"

source "drivers/pinmux/Kconfig.xec"
Expand Down
9 changes: 0 additions & 9 deletions drivers/pinmux/Kconfig.lpc11u6x

This file was deleted.

114 changes: 0 additions & 114 deletions drivers/pinmux/pinmux_lpc11u6x.c

This file was deleted.

23 changes: 0 additions & 23 deletions dts/arm/nxp/nxp_lpc11u6x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -76,29 +76,6 @@
reg = <0xf0 0x60>;
};
};
/* PIO0_0 to PIO0_23. */
pinmux0: pinmux@40044000 {
compatible = "nxp,lpc11u6x-pinmux";
#pinmux-cells = <2>;
reg = <0x40044000 0x60>;
status = "okay";
};

/* PIO1_0 to PIO1_31. */
pinmux1: pinmux@40044060 {
compatible = "nxp,lpc11u6x-pinmux";
#pinmux-cells = <2>;
reg = <0x40044060 0x80>;
status = "okay";
};

/* PIO2_0 to PIO2_23. */
pinmux2: pinmux@400440f0 {
compatible = "nxp,lpc11u6x-pinmux";
#pinmux-cells = <2>;
reg = <0x400440f0 0x64>;
status = "okay";
};

/* GPIO0_0 to GPIO0_23 */
gpio0: gpio@0 {
Expand Down
22 changes: 0 additions & 22 deletions dts/bindings/pinctrl/nxp,lpc11u6x-pinmux.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions soc/arm/nxp_lpc/lpc11u6x/Kconfig.defconfig.series
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,4 @@ config NUM_IRQS
# must be >= the highest interrupt number used
default 40

if PINMUX

# The pinmux device must be initialized before all the other devices, including
# the clock control device which uses it.

config PINMUX_INIT_PRIORITY
default 1

endif # PINMUX

endif # SOC_SERIES_LPC11U6X

0 comments on commit 099012a

Please sign in to comment.