-
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: sprd: Add Spreadtrum pin control driver
This patch adds the pin control driver for Spreadtrum SC9860 platform. Signed-off-by: Baolin Wang <baolin.wang@spreadtrum.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
- Loading branch information
Baolin Wang
authored and
Linus Walleij
committed
Aug 31, 2017
1 parent
e6f3f66
commit 41d32cf
Showing
7 changed files
with
2,173 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,17 @@ | ||
# | ||
# Spreadtrum pin control drivers | ||
# | ||
|
||
config PINCTRL_SPRD | ||
bool "Spreadtrum pinctrl driver" | ||
select PINMUX | ||
select PINCONF | ||
select GENERIC_PINCONF | ||
select GENERIC_PINMUX_FUNCTIONS | ||
help | ||
Say Y here to enable Spreadtrum pinctrl driver | ||
|
||
config PINCTRL_SPRD_SC9860 | ||
bool "Spreadtrum SC9860 pinctrl driver" | ||
help | ||
Say Y here to enable Spreadtrum SC9860 pinctrl driver |
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,2 @@ | ||
obj-$(CONFIG_PINCTRL_SPRD) += pinctrl-sprd.o | ||
obj-$(CONFIG_PINCTRL_SPRD_SC9860) += pinctrl-sprd-sc9860.o |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.