Skip to content

Commit

Permalink
pinctrl: Add driver support for Amlogic C3 SoCs
Browse files Browse the repository at this point in the history
Add a new pinctrl driver for Amlogic C3 SoCs which share
the same register layout as the previous Amlogic S4.

Signed-off-by: Huqiang Qin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
Huqiang Qin authored and linusw committed Jul 23, 2023
1 parent e55ef16 commit ea90ca1
Show file tree
Hide file tree
Showing 3 changed files with 1,115 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 @@ -67,4 +67,10 @@ config PINCTRL_MESON_S4
select PINCTRL_MESON_AXG_PMX
default y

config PINCTRL_AMLOGIC_C3
tristate "Amlogic C3 SoC pinctrl driver"
depends on ARM64
select PINCTRL_MESON_AXG_PMX
default y

endif
1 change: 1 addition & 0 deletions drivers/pinctrl/meson/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ obj-$(CONFIG_PINCTRL_MESON_AXG) += pinctrl-meson-axg.o
obj-$(CONFIG_PINCTRL_MESON_G12A) += pinctrl-meson-g12a.o
obj-$(CONFIG_PINCTRL_MESON_A1) += pinctrl-meson-a1.o
obj-$(CONFIG_PINCTRL_MESON_S4) += pinctrl-meson-s4.o
obj-$(CONFIG_PINCTRL_AMLOGIC_C3) += pinctrl-amlogic-c3.o
Loading

0 comments on commit ea90ca1

Please sign in to comment.