]> git.sur5r.net Git - u-boot/commit
sunxi: gpio: Rename GPIOs to include a 'P' prefix
authorSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:33:44 +0000 (11:33 -0600)
committerHans de Goede <hdegoede@redhat.com>
Mon, 4 May 2015 14:51:52 +0000 (16:51 +0200)
commit07ce60f3cd21de20576e69ba10beabc905643500
treee256ac32f6523a0cfa4067831b205c80b7dc096f
parent4f7e01c9615e6f0b21e00c2a0900b2db2b23b4fc
sunxi: gpio: Rename GPIOs to include a 'P' prefix

By convention, sunxi GPIOs are named PA1, PA2 instead of A1, A2. Change
the driver model GPIO driver for sunxi to use these names.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/gpio/sunxi_gpio.c