]> git.baikalelectronics.ru Git - uboot.git/commit
gpio: dw: Add a trailing underscore to generated name
authorSean Anderson <seanga2@gmail.com>
Mon, 14 Sep 2020 15:02:00 +0000 (11:02 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 8 Oct 2020 15:42:36 +0000 (11:42 -0400)
commit600ef250baa310c5f15e6c6ccc15ada75f322a2b
tree12cc7bb5d2c6143b353385500b5671c9a5c2fcbb
parent0b54248bca58314406689de020f4873066b968e4
gpio: dw: Add a trailing underscore to generated name

Previously, if there was no bank-name property, it was easy to have
confusing gpio names like "gpio1@08", instead of "gpio1@0_8". This patch
follows the example of the sifive gpio driver.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/gpio/dwapb_gpio.c