diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-29 19:38:53 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-30 23:49:26 +0900 |
commit | 4d1065c8d8d9a6b238cbf7151fc11d0bc1e5cd1b (patch) | |
tree | 2867530c0d2b45dc57c5244a5cbab07b9e25696d /drivers/pinctrl/uniphier | |
parent | 4cb9399e9baa0a05fe2c0376c391b9aac18edc04 (diff) | |
download | u-boot-4d1065c8d8d9a6b238cbf7151fc11d0bc1e5cd1b.tar.gz u-boot-4d1065c8d8d9a6b238cbf7151fc11d0bc1e5cd1b.tar.xz u-boot-4d1065c8d8d9a6b238cbf7151fc11d0bc1e5cd1b.zip |
pinctrl: uniphier: remove wrong pin-mux functions for ProXstream2
These are pin group names, not function names.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/pinctrl/uniphier')
-rw-r--r-- | drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c b/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c index cfec877588..0dbfdc750a 100644 --- a/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c +++ b/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c @@ -96,11 +96,9 @@ static const char * const uniphier_pxs2_functions[] = { "nand", "sd", "uart0", - "uart0b", "uart1", "uart2", "uart3", - "uart3b", "usb0", "usb1", "usb2", |