[RFC PATCH] drivers: pinctrl: add driver for Allwinner A64 SoC
From: Amit Tomer <hidden>
Date: 2016-03-28 16:15:47
Also in:
linux-gpio
From: Amit Tomer <hidden>
Date: 2016-03-28 16:15:47
Also in:
linux-gpio
Hello ,
+ SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 11), + SUNXI_FUNCTION(0x0, "gpio_in"), + SUNXI_FUNCTION(0x1, "gpio_out"), + SUNXI_FUNCTION(0x2, "mic"), /* DATA */ + SUNXI_FUNCTION_IRQ(0x6, 11)), /* EINT11 */ +}; +
Sorry to intervene here but is there any specific reason for not covering Bank from PL0 - PL12(as it is mentioned in Datasheet) ? Thanks, Amit