summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2016-10-20 21:03:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-21 09:18:37 +0200
commit6d6d5314fef722c0131f73283351f07a7370f2c2 (patch)
tree8986d52305ddcf08beefa3b86e0f6deb297f9ca3 /drivers/pinctrl
parent11b7b3397186901895aa40f076c1da1a8289ae04 (diff)
downloadbarebox-6d6d5314fef722c0131f73283351f07a7370f2c2.tar.gz
barebox-6d6d5314fef722c0131f73283351f07a7370f2c2.tar.xz
pinctrl: mvebu: fix a comment about mv78460
It's pin mpp57 that has function vdd/cpu2-3-pd Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r--drivers/pinctrl/mvebu/armada-xp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/mvebu/armada-xp.c b/drivers/pinctrl/mvebu/armada-xp.c
index b9c2aa47f1..2657db5fcf 100644
--- a/drivers/pinctrl/mvebu/armada-xp.c
+++ b/drivers/pinctrl/mvebu/armada-xp.c
@@ -16,7 +16,7 @@
* both have 67 MPP pins (more GPIOs and address lines for the memory
* bus mainly). The only difference between the mv78260 and the
* mv78460 in terms of pin muxing is the addition of two functions on
- * pins 43 and 56 to access the VDD of the CPU2 and 3 (mv78260 has two
+ * pins 43 and 57 to access the VDD of the CPU2 and 3 (mv78260 has two
* cores, mv78460 has four cores).
*/