]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: shmobile: armadillo800eva: fixup: sound card detection order
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 9 Aug 2012 06:03:07 +0000 (23:03 -0700)
committerSimon Horman <horms@verge.net.au>
Fri, 31 Aug 2012 06:29:42 +0000 (15:29 +0900)
commitee3c843d0fc21c68ced93b982b5731178a24df68
treec5509fdc723f9365b59ab9574853b142d09bc5ff
parent497dcf6fc355f0734faf851662b6957386715d24
ARM: shmobile: armadillo800eva: fixup: sound card detection order

Since armadillo800eva has 2 sound cards,
and had reversed deferred probe order issue,
it was purposely registered in reverse order.

But it was solved by
1d29cfa57471a5e4b8a7c2a7433eeba170d3ad92
(driver core: fixup reversed deferred probe order)

armadillo800eva board is expecting that
FSI-WM8978 is the 1st, and FSI-HDMI is the 2nd sound card.
This patch fixes it up

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
arch/arm/mach-shmobile/board-armadillo800eva.c