ARM: shmobile: lager legacy: Switch QSPI to named IRQs
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
bcca4e8e5b
commit
a70eda7e40
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ static const struct spi_board_info spi_info[] __initconst = {
|
||||||
/* QSPI resource */
|
/* QSPI resource */
|
||||||
static const struct resource qspi_resources[] __initconst = {
|
static const struct resource qspi_resources[] __initconst = {
|
||||||
DEFINE_RES_MEM(0xe6b10000, 0x1000),
|
DEFINE_RES_MEM(0xe6b10000, 0x1000),
|
||||||
DEFINE_RES_IRQ(gic_spi(184)),
|
DEFINE_RES_IRQ_NAMED(gic_spi(184), "mux"),
|
||||||
};
|
};
|
||||||
|
|
||||||
/* VIN */
|
/* VIN */
|
||||||
|
|
Loading…
Add table
Reference in a new issue