-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pinctrl: nuvoton: add NPCM7xx pinctrl and GPIO driver
Add Nuvoton BMC NPCM750/730/715/705 Pinmux and GPIO controller driver. Signed-off-by: Tomer Maimon <tmaimon77@gmail.com> [Add back select GPIO_GENERIC] Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
- Loading branch information
Tomer Maimon
authored and
Linus Walleij
committed
Aug 29, 2018
1 parent
d0e4e8f
commit 3b588e4
Showing
5 changed files
with
2,090 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
config PINCTRL_NPCM7XX | ||
bool "Pinctrl and GPIO driver for Nuvoton NPCM7XX" | ||
depends on (ARCH_NPCM7XX || COMPILE_TEST) && OF | ||
select PINMUX | ||
select PINCONF | ||
select GENERIC_PINCONF | ||
select GPIOLIB | ||
select GPIO_GENERIC | ||
select GPIOLIB_IRQCHIP | ||
help | ||
Say Y here to enable pin controller and GPIO support | ||
for Nuvoton NPCM750/730/715/705 SoCs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# SPDX-License-Identifier: GPL-2.0 | ||
# Nuvoton pinctrl support | ||
|
||
obj-$(CONFIG_PINCTRL_NPCM7XX) += pinctrl-npcm7xx.o |
Oops, something went wrong.