Skip to content

Commit 98f1a98

Browse files
vaishnavachathcfriedt
authored andcommitted
drivers: pinmux: remove cc13xx_cc26xx pinmux driver
all the consumers of the obsolete pinmux driver is updated to use pinctrl API, this commit removes the pinmux driver and assosciated sections. Signed-off-by: Vaishnav Achath <[email protected]>
1 parent ace77c7 commit 98f1a98

File tree

6 files changed

+0
-124
lines changed

6 files changed

+0
-124
lines changed

drivers/pinmux/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22

33
# Board initialization
4-
zephyr_sources_ifdef(CONFIG_PINMUX_CC13XX_CC26XX pinmux_cc13xx_cc26xx.c)
54
zephyr_sources_ifdef(CONFIG_PINMUX_ESP32 pinmux_esp32.c)
65
zephyr_sources_ifdef(CONFIG_PINMUX_HSDK pinmux_hsdk.c)
76
zephyr_sources_ifdef(CONFIG_PINMUX_INTEL_S1000 pinmux_intel_s1000.c)

drivers/pinmux/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ config PINMUX_INIT_PRIORITY
2626

2727
source "drivers/pinmux/Kconfig.beetle"
2828

29-
source "drivers/pinmux/Kconfig.cc13xx_cc26xx"
30-
3129
source "drivers/pinmux/Kconfig.esp32"
3230

3331
source "drivers/pinmux/Kconfig.hsdk"

drivers/pinmux/Kconfig.cc13xx_cc26xx

Lines changed: 0 additions & 10 deletions
This file was deleted.

drivers/pinmux/pinmux_cc13xx_cc26xx.c

Lines changed: 0 additions & 95 deletions
This file was deleted.

dts/bindings/pinctrl/ti,cc13xx-cc26xx-pinmux.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ config NUM_IRQS
2525
config CC13X2_CC26X2_RTC_TIMER
2626
default y
2727

28-
config PINMUX_CC13XX_CC26XX
29-
default y
30-
depends on PINMUX
31-
3228
config GPIO_CC13XX_CC26XX
3329
default y
3430
depends on GPIO

0 commit comments

Comments
 (0)