[U-Boot] [PATCH u-boot 10/19] pinctrl: meson: add axg support
Carlo Caione
ccaione at baylibre.com
Tue Nov 20 14:47:12 UTC 2018
On Fri, 2018-11-09 at 16:26 +0100, Neil Armstrong wrote:
> From: Jerome Brunet <jbrunet at baylibre.com>
>
> 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 at baylibre.com>
> Signed-off-by: Neil Armstrong <narmstrong at baylibre.com>
/cut
> +struct meson_pinctrl_data meson_axg_aobus_pinctrl_data = {
> + .name = "aobus-banks",
> + .pin_base = 0,
> + .groups = meson_axg_aobus_groups,
> + .funcs = meson_axg_aobus_functions,
> + .banks = meson_axg_aobus_banks,
> + .num_pins = 11,
Should this be 14?
--
Carlo Caione
More information about the U-Boot
mailing list