Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: bcm2835: Match BCM7211 compatible string

The BCM7211 SoC uses the same pinconf_ops as the ones defined for the
BCM2711 SoC, match the compatible string and use the correct set of
options.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20200531001101.24945-4-f.fainelli@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Florian Fainelli and committed by
Linus Walleij
562c856f d4f2b12e

+4
+4
drivers/pinctrl/bcm/pinctrl-bcm2835.c
··· 1137 1137 .compatible = "brcm,bcm2711-gpio", 1138 1138 .data = &bcm2711_plat_data, 1139 1139 }, 1140 + { 1141 + .compatible = "brcm,bcm7211-gpio", 1142 + .data = &bcm2711_plat_data, 1143 + }, 1140 1144 {} 1141 1145 }; 1142 1146