Re: [PATCH 1/3] pinctrl: armada-37xx: Correct mpp definitions

From: Marek Behun
Date: Fri Dec 21 2018 - 21:32:27 EST


On Fri, 21 Dec 2018 18:32:57 +0100
Gregory CLEMENT <gregory.clement@xxxxxxxxxxx> wrote:

> + PIN_GRP_GPIO("pcie1", 3, 1, BIT(5), "pcie"),
> + PIN_GRP_GPIO("pcie1_clkreq", 4, 1, BIT(9), "pcie"),

If the pair is split to clkreq and reset, shouldn't the first be called
pcie1_reset?
Marek