Skip to content

Commit

Permalink
boards: emsdp,hsdk: drop GPIO_INIT_PRIORITY overrides
Browse files Browse the repository at this point in the history
These were also added as part of some major refactoring and should not
be relevant anymore. They are also the last two GPIO_INIT_PRIORITY
overrides left in boards, so after this every GPIO device should be
working with the standard initialization priority.

Signed-off-by: Fabio Baltieri <[email protected]>
  • Loading branch information
fabiobaltieri committed Aug 29, 2023
1 parent 173627d commit dff933c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
8 changes: 0 additions & 8 deletions boards/arc/emsdp/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ if BOARD_EMSDP
config BOARD
default "emsdp"


if GPIO

config GPIO_INIT_PRIORITY
default 70

endif # GPIO

if SPI

config SPI_DW
Expand Down
10 changes: 0 additions & 10 deletions boards/arc/hsdk/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ if BOARD_HSDK
config BOARD
default "hsdk"

if GPIO

config GPIO_INIT_PRIORITY
default 60

config I2C
default y

endif # GPIO

if SPI_DW

config SPI_DW_ACCESS_WORD_ONLY
Expand Down

0 comments on commit dff933c

Please sign in to comment.