[PATCH 3/3] ARM: davinci: fix da850-evm boot in legacy mode
From: Sekhar Nori <hidden>
Date: 2018-11-19 21:08:28
Also in:
linux-gpio, lkml, stable
From: Sekhar Nori <hidden>
Date: 2018-11-19 21:08:28
Also in:
linux-gpio, lkml, stable
Hi Bartosz, On 13/11/18 7:20 PM, Bartosz Golaszewski wrote:
From: Bartosz Golaszewski <redacted>
Commit 587f7a694f01 ("gpio: davinci: Use dev name for label and
automatic base selection") broke the network support in legacy boot
mode for da850-evm since we can no longer request the MDIO clock GPIO.
We now have the option to specify the GPIO base manually for davinci,
so add the relevant fields to platform data.
Fixes: 587f7a694f01 ("gpio: davinci: Use dev name for label and automatic base selection")
Cc: stable at vger.kernel.org
Signed-off-by: Bartosz Golaszewski <redacted>--- arch/arm/mach-davinci/da850.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Similar changes are needed for other 5 DaVinci SoCs too. Can you do those in this patch itself? Thanks, Sekhar