]> git.sur5r.net Git - u-boot/commit
dm: Use case-insensitive comparison for GPIO banks
authorSimon Glass <sjg@chromium.org>
Thu, 12 Jun 2014 05:29:47 +0000 (23:29 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Jun 2014 17:55:39 +0000 (11:55 -0600)
commit939cda5bf06205971c1e6849032144454017f200
treeae6b7a9b1610bacf08652d2a63df969777d33774
parent2eb31b13d95e4cca8f21fe54e7b064b771a0383b
dm: Use case-insensitive comparison for GPIO banks

We want 'N0' and 'n0' to mean the same thing, so ensure that case is not
considered when naming GPIO banks.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/gpio/gpio-uclass.c