summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mvebu
diff options
context:
space:
mode:
authorThomas Petazzoni2015-06-09 18:47:13 +0200
committerLinus Walleij2015-06-10 13:57:28 +0200
commitbfacb5669474e3e17d732eafd2f6965a7ad728ff (patch)
tree0ffeca4cf6ff99e24d96e5a59340b45a2f0f902c /drivers/pinctrl/mvebu
parentpinctrl: mvebu: armada-xp: fix binding documentation of ge1 pins (diff)
downloadkernel-qcow2-linux-bfacb5669474e3e17d732eafd2f6965a7ad728ff.tar.gz
kernel-qcow2-linux-bfacb5669474e3e17d732eafd2f6965a7ad728ff.tar.xz
kernel-qcow2-linux-bfacb5669474e3e17d732eafd2f6965a7ad728ff.zip
pinctrl: mvebu: armada-370: align VDD cpu-pd pin naming with datasheet
For consistency with the datasheet, this commit renames the VDD function of the MPP4 pin. While this changes the DT compatibility, it is not considered to be a problem since this pin is unlikely to be used for anything but debugging purposes. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/mvebu')
-rw-r--r--drivers/pinctrl/mvebu/pinctrl-armada-370.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/mvebu/pinctrl-armada-370.c b/drivers/pinctrl/mvebu/pinctrl-armada-370.c
index cabf188a1d17..fc16ef6e2435 100644
--- a/drivers/pinctrl/mvebu/pinctrl-armada-370.c
+++ b/drivers/pinctrl/mvebu/pinctrl-armada-370.c
@@ -52,7 +52,7 @@ static struct mvebu_mpp_mode mv88f6710_mpp_modes[] = {
MPP_FUNCTION(0x2, "uart0", "rxd")),
MPP_MODE(4,
MPP_FUNCTION(0x0, "gpio", NULL),
- MPP_FUNCTION(0x1, "cpu_pd", "vdd")),
+ MPP_FUNCTION(0x1, "vdd", "cpu-pd")),
MPP_MODE(5,
MPP_FUNCTION(0x0, "gpo", NULL),
MPP_FUNCTION(0x1, "ge0", "txclkout"),