
16 Jul
2018
16 Jul
'18
7:26 a.m.
On 16.7.2018 07:19, Simon Glass wrote:
On 12 July 2018 at 08:04, Michal Simek michal.simek@xilinx.com wrote:
There should be proper bank name setup to distiguish between different gpio drivers. Use dev->name for it.
Signed-off-by: Michal Simek michal.simek@xilinx.com
drivers/gpio/zynq_gpio.c | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
Normally these would be named A, B, C, etc. Is there no such naming convention on zynq?
PS(Hard) part has only one gpio controller with several banks with are using the same address space. We are using from the beginning flat number scheme that's why only one name is used for all banks.
Thanks, Michal