]> git.baikalelectronics.ru Git - uboot.git/commit
pinctrl: meson: add axg support
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 5 Oct 2018 07:36:37 +0000 (09:36 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 26 Nov 2018 13:40:52 +0000 (14:40 +0100)
commit4fa793544aa1663df93c7b87326960dd2665f90a
tree1164db82076ad19388ac33cdb321a73b8253ef50
parent1e54954cd71e90c480d49638ed5a67e6f07865cd
pinctrl: meson: add axg support

This adds support for the Amlogic AXG SoC pinctrl and GPIO controller
using a specific set of pinctrl functions which differs from the GX SoCs.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/pinctrl/meson/Kconfig
drivers/pinctrl/meson/Makefile
drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c [new file with mode: 0644]
drivers/pinctrl/meson/pinctrl-meson-axg.c [new file with mode: 0644]
drivers/pinctrl/meson/pinctrl-meson-axg.h [new file with mode: 0644]