]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
pinctrl: armada-37xx: add missing pin: PCIe1 Wakeup
authorGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 21 Dec 2018 17:32:58 +0000 (18:32 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 11 Jan 2019 08:53:55 +0000 (09:53 +0100)
Declare the PCIe1 Wakeup which was initially missing.

Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Tested-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/mvebu/pinctrl-armada-37xx.c

index 267dfc5309858bc8178673e5fe566046e40bc614..4b9f2cf94431a6ae7718843fc997b40483d3493b 100644 (file)
@@ -198,6 +198,7 @@ static struct armada_37xx_pin_group armada_37xx_sb_groups[] = {
        PIN_GRP_GPIO("smi", 18, 2, BIT(4), "smi"),
        PIN_GRP_GPIO("pcie1", 3, 1, BIT(5), "pcie"),
        PIN_GRP_GPIO("pcie1_clkreq", 4, 1, BIT(9), "pcie"),
+       PIN_GRP_GPIO("pcie1_wakeup", 5, 1, BIT(10), "pcie"),
        PIN_GRP_GPIO("ptp", 20, 3, BIT(11) | BIT(12) | BIT(13), "ptp"),
        PIN_GRP("ptp_clk", 21, 1, BIT(6), "ptp", "mii"),
        PIN_GRP("ptp_trig", 22, 1, BIT(7), "ptp", "mii"),