Skip to content

Commit

Permalink
pinctrl: UniPhier: add UniPhier PH1-LD4 pinctrl driver
Browse files Browse the repository at this point in the history
Add pin configuration and pinmux support for UniPhier PH1-LD4 SoC.

Changes in v2:
  - sort groups and funcs alphabetically
  - add missing "emmc_dat8" group
  - add i2c pin-mux settings
  - sort members of platform_driver
  - change to tristate
  - add THIS_MODULE to pinctrl_desc
  - use module_platform_driver

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Masahiro Yamada authored and Linus Walleij committed Jul 16, 2015
1 parent 6e90889 commit edd95a4
Show file tree
Hide file tree
Showing 3 changed files with 892 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/pinctrl/uniphier/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ config PINCTRL_UNIPHIER_CORE
select PINMUX
select GENERIC_PINCONF

config PINCTRL_UNIPHIER_PH1_LD4
tristate "UniPhier PH1-LD4 SoC pinctrl driver"
select PINCTRL_UNIPHIER_CORE

endif
2 changes: 2 additions & 0 deletions drivers/pinctrl/uniphier/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
obj-$(CONFIG_PINCTRL_UNIPHIER_CORE) += pinctrl-uniphier-core.o

obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_LD4) += pinctrl-ph1-ld4.o
Loading

0 comments on commit edd95a4

Please sign in to comment.