ARM: OMAP2+: fix N810 MMC gpiod table
authorAaro Koskinen <aaro.koskinen@iki.fi>
Fri, 23 Feb 2024 18:14:36 +0000 (20:14 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 8 Mar 2024 08:50:02 +0000 (10:50 +0200)
commit480d44d0820dd5ae043dc97c0b46dabbe53cb1cf
tree99c56de885d7be373fc3955b659f015fd45e8cd7
parent95f37eb52e18879a1b16e51b972d992b39e50a81
ARM: OMAP2+: fix N810 MMC gpiod table

Trying to append a second table for the same dev_id doesn't seem to work.
The second table is just silently ignored. As a result eMMC GPIOs are not
present.

Fix by using separate tables for N800 and N810.

Fixes: e519f0bb64ef ("ARM/mmc: Convert old mmci-omap to GPIO descriptors")
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Message-ID: <20240223181439.1099750-3-aaro.koskinen@iki.fi>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-n8x0.c