commit | 69339d083dfb7786b0e0b3fc19eaddcf11fabdfb | [log] [tgz] |
---|---|---|
author | Jacky Hu <hengqing.hu@gmail.com> | Tue Jun 16 09:50:24 2020 +0800 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Jun 22 09:35:39 2020 +0200 |
tree | 3dce0397c25dd5e33e6102a7a4a3f3edc76d7833 | |
parent | 48778464bb7d346b47157d21ffde2af6b2d39110 [diff] |
pinctrl: amd: fix npins for uart0 in kerncz_groups uart0_pins is defined as: static const unsigned uart0_pins[] = {135, 136, 137, 138, 139}; which npins is wronly specified as 9 later { .name = "uart0", .pins = uart0_pins, .npins = 9, }, npins should be 5 instead of 9 according to the definition. Signed-off-by: Jacky Hu <hengqing.hu@gmail.com> Link: https://lore.kernel.org/r/20200616015024.287683-1-hengqing.hu@gmail.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>