Skip to content

Commit d03d208

Browse files
gmarullmbolivar-nordic
authored andcommitted
boards: arm: mps2_an385/521: remove dependency on pinmux
The boards did not use pinmux API at all, but custom init code. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 0a731e2 commit d03d208

File tree

6 files changed

+0
-14
lines changed

6 files changed

+0
-14
lines changed

boards/arm/mps2_an385/mps2_an385_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ CONFIG_QEMU_ICOUNT_SHIFT=7
1414
# GPIOs
1515
CONFIG_GPIO=y
1616

17-
# PinMuxing
18-
CONFIG_PINMUX=y
19-
2017
# Serial
2118
CONFIG_CONSOLE=y
2219
CONFIG_UART_CONSOLE=y

boards/arm/mps2_an385/pinmux.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <zephyr/device.h>
88
#include <zephyr/init.h>
99
#include <zephyr/kernel.h>
10-
#include <zephyr/drivers/pinmux.h>
1110
#include <soc.h>
1211
#include <zephyr/sys/sys_io.h>
1312
#include <gpio/gpio_cmsdk_ahb.h>

boards/arm/mps2_an521/mps2_an521_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ CONFIG_QEMU_ICOUNT_SHIFT=7
1616
# GPIOs
1717
CONFIG_GPIO=y
1818

19-
# PinMuxing
20-
CONFIG_PINMUX=y
21-
2219
# Serial
2320
CONFIG_CONSOLE=y
2421
CONFIG_UART_CONSOLE=y

boards/arm/mps2_an521/mps2_an521_ns_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ CONFIG_QEMU_ICOUNT_SHIFT=6
1717
# GPIOs
1818
CONFIG_GPIO=y
1919

20-
# PinMuxing
21-
CONFIG_PINMUX=y
22-
2320
# Serial
2421
CONFIG_CONSOLE=y
2522
CONFIG_UART_CONSOLE=y

boards/arm/mps2_an521/mps2_an521_remote_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ CONFIG_QEMU_ICOUNT_SHIFT=7
1616
# GPIOs
1717
CONFIG_GPIO=y
1818

19-
# PinMuxing
20-
CONFIG_PINMUX=y
21-
2219
# Serial
2320
CONFIG_CONSOLE=y
2421
CONFIG_UART_CONSOLE=y

boards/arm/mps2_an521/pinmux.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <zephyr/device.h>
88
#include <zephyr/init.h>
99
#include <zephyr/kernel.h>
10-
#include <zephyr/drivers/pinmux.h>
1110
#include <soc.h>
1211
#include <zephyr/sys/sys_io.h>
1312
#include <gpio/gpio_cmsdk_ahb.h>

0 commit comments

Comments
 (0)