brcm2708: rename target to bcm27xx
[openwrt/staging/wigyori.git] / target / linux / bcm27xx / patches-4.19 / 950-0718-pinctrl-bcm2835-declare-pin-config-as-generic.patch
1 From 2729832886181a4f8bfe1e2c028a7bdb92004ce7 Mon Sep 17 00:00:00 2001
2 From: Stefan Wahren <stefan.wahren@i2se.com>
3 Date: Sun, 3 Feb 2019 14:02:33 +0100
4 Subject: [PATCH] pinctrl: bcm2835: declare pin config as generic
5
6 commit 1cb66f080c27349fbf87fb327d587b4b0b624fa3 upstream.
7
8 Since commit 0de704955ee44 ("pinctrl: bcm2835: Add support for
9 generic pinctrl binding") this driver is capable to use the generic
10 interface. So declare this accordingly.
11
12 Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
13 Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
14 ---
15 drivers/pinctrl/bcm/pinctrl-bcm2835.c | 1 +
16 1 file changed, 1 insertion(+)
17
18 --- a/drivers/pinctrl/bcm/pinctrl-bcm2835.c
19 +++ b/drivers/pinctrl/bcm/pinctrl-bcm2835.c
20 @@ -969,6 +969,7 @@ static int bcm2835_pinconf_set(struct pi
21 }
22
23 static const struct pinconf_ops bcm2835_pinconf_ops = {
24 + .is_generic = true,
25 .pin_config_get = bcm2835_pinconf_get,
26 .pin_config_set = bcm2835_pinconf_set,
27 };