diff options
-rw-r--r-- | target/linux/brcm63xx/patches-4.4/377-MIPS-BCM63XX-register-lookup-for-ephy-reset-gpio.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-4.4/377-MIPS-BCM63XX-register-lookup-for-ephy-reset-gpio.patch b/target/linux/brcm63xx/patches-4.4/377-MIPS-BCM63XX-register-lookup-for-ephy-reset-gpio.patch index 2259b024ab..e277bea139 100644 --- a/target/linux/brcm63xx/patches-4.4/377-MIPS-BCM63XX-register-lookup-for-ephy-reset-gpio.patch +++ b/target/linux/brcm63xx/patches-4.4/377-MIPS-BCM63XX-register-lookup-for-ephy-reset-gpio.patch @@ -87,7 +87,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> + + ephy_reset.table[0].chip_label = gpio_chip_labels[hw_gpio / 32]; + ephy_reset.table[0].chip_hwnum = hw_gpio % 32; -+ ephy_reset.table[0].con_id = "ephy-reset"; ++ ephy_reset.table[0].con_id = "reset"; + ephy_reset.table[0].flags = flags; + + gpiod_add_lookup_table(&ephy_reset); |