Skip to content

Commit

Permalink
pinctrl: meson-axg: Add new pinctrl driver for Meson AXG SoC
Browse files Browse the repository at this point in the history
Add new pinctrl driver for Amlogic's Meson-AXG SoC.

Reviewed-by: Neil Armstrong <[email protected]>
Signed-off-by: Xingyu Chen <[email protected]>
Signed-off-by: Yixun Lan <[email protected]>
Reviewed-by: Jerome Brunet <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
Xingyu Chen authored and linusw committed Nov 30, 2017
1 parent 0fabe43 commit 83c5668
Show file tree
Hide file tree
Showing 4 changed files with 1,098 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/pinctrl/meson/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ config PINCTRL_MESON_GXL
config PINCTRL_MESON8_PMX
bool

config PINCTRL_MESON_AXG
bool "Meson axg Soc pinctrl driver"
depends on ARM64
select PINCTRL_MESON_AXG_PMX
default y

config PINCTRL_MESON_AXG_PMX
bool

Expand Down
1 change: 1 addition & 0 deletions drivers/pinctrl/meson/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ obj-$(CONFIG_PINCTRL_MESON8B) += pinctrl-meson8b.o
obj-$(CONFIG_PINCTRL_MESON_GXBB) += pinctrl-meson-gxbb.o
obj-$(CONFIG_PINCTRL_MESON_GXL) += pinctrl-meson-gxl.o
obj-$(CONFIG_PINCTRL_MESON_AXG_PMX) += pinctrl-meson-axg-pmx.o
obj-$(CONFIG_PINCTRL_MESON_AXG) += pinctrl-meson-axg.o
Loading

0 comments on commit 83c5668

Please sign in to comment.