[U-Boot] [PATCH u-boot 10/19] pinctrl: meson: add axg support

Neil Armstrong narmstrong at baylibre.com
Wed Nov 21 09:34:34 UTC 2018


Hi Carlo,

On 20/11/2018 15:47, Carlo Caione wrote:
> 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
> 

Will fix both errors,

Thanks,
Neil


More information about the U-Boot mailing list