aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitsuhiro Kimura <mitsuhiro.kimura.kc@renesas.com>2014-11-07 10:11:02 +0900
committerSimon Horman <horms+renesas@verge.net.au>2014-12-07 15:05:44 +0900
commitfdacbb1ad909d3bb1cd7f6d35a73d4af9296b639 (patch)
tree5c7689197d0891f9fb9a14d4c19b5c37b59181c7
parent5e1c4b271a4ba04ea2140904ae7697b168bc1b6c (diff)
downloadrenesas-backport-backport/v3.10.28-ltsi-rc1/bsp/sh-pfc.wip.tar.gz
sh-pfc: r8a7794: Fix Ethernet AVB pin groupsbackport/v3.10.28-ltsi-rc1/bsp/sh-pfc.wip
Pin group of avb_avtp_capture and avb_avtp_capture_b are defined by error. This patch replace these pin definitions. Signed-off-by: Masaru Nagai <masaru.nagai.vx@renesas.com> Signed-off-by: Mitsuhiro Kimura <mitsuhiro.kimura.kc@renesas.com> (cherry picked from commit 3949acb36732ede518557393ec05f48679590a23) Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--drivers/pinctrl/sh-pfc/pfc-r8a7794.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7794.c b/drivers/pinctrl/sh-pfc/pfc-r8a7794.c
index 186b7d6b9a16be..9bfaf8f885c065 100644
--- a/drivers/pinctrl/sh-pfc/pfc-r8a7794.c
+++ b/drivers/pinctrl/sh-pfc/pfc-r8a7794.c
@@ -1741,7 +1741,7 @@ static const unsigned int avb_gmii_mux[] = {
AVB_COL_MARK,
};
static const unsigned int avb_avtp_capture_pins[] = {
- RCAR_GP_PIN(1, 1),
+ RCAR_GP_PIN(5, 11),
};
static const unsigned int avb_avtp_capture_mux[] = {
AVB_AVTP_CAPTURE_MARK,
@@ -1753,7 +1753,7 @@ static const unsigned int avb_avtp_match_mux[] = {
AVB_AVTP_MATCH_MARK,
};
static const unsigned int avb_avtp_capture_b_pins[] = {
- RCAR_GP_PIN(5, 11),
+ RCAR_GP_PIN(1, 1),
};
static const unsigned int avb_avtp_capture_b_mux[] = {
AVB_AVTP_CAPTURE_B_MARK,