commit | 2fb5b7850533613221239f7a42a02c67cc161176 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Mon Sep 14 11:02:00 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 08 11:42:36 2020 -0400 |
tree | 12cc7bb5d2c6143b353385500b5671c9a5c2fcbb | |
parent | 2f3c3355e2bd1bd02ceff1ff5a6ee2ce6fbda62d [diff] |
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>