Commit 67878cb0 authored by Norbert Werner's avatar Norbert Werner Committed by Olivier Deprez
Browse files

Xilinx zynqmp: add missing pin control group for ethernet 0.


Signed-off-by: default avatarNorbert Werner <opensource@lab-w.org>
Change-Id: I3264515e5901689328861964ff664ff08b6e852c
parent c9c0b66f
/* /*
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2018-2020, ARM Limited and Contributors. All rights reserved.
* *
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
...@@ -1477,6 +1477,7 @@ static struct zynqmp_pin_group zynqmp_pin_groups[MAX_PIN] = { ...@@ -1477,6 +1477,7 @@ static struct zynqmp_pin_group zynqmp_pin_groups[MAX_PIN] = {
}, },
[PINCTRL_PIN_26] = { [PINCTRL_PIN_26] = {
.groups = &((uint16_t []) { .groups = &((uint16_t []) {
PINCTRL_GRP_ETHERNET0_0,
PINCTRL_GRP_GEMTSU0_0, PINCTRL_GRP_GEMTSU0_0,
PINCTRL_GRP_NAND0_1_CE, PINCTRL_GRP_NAND0_1_CE,
PINCTRL_GRP_PMU0_0, PINCTRL_GRP_PMU0_0,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment