spi: pxa2xx: Fix the controller numbering for Wildcat Point
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 8 Feb 2021 16:38:15 +0000 (18:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Mar 2021 10:38:06 +0000 (11:38 +0100)
commit3aa4af48f4f10fb2336df7aca450c87b5682266a
treeb530061b9cb3779e3f1644899ffc5dfb17895baa
parent5273b9ba3e9980d9a39a79d03c35efd22be50d50
spi: pxa2xx: Fix the controller numbering for Wildcat Point

[ Upstream commit 54c5d3bfb0cfb7b31259765524567871dee11615 ]

Wildcat Point has two SPI controllers and added one is actually second one.
Fix the numbering by adding the description of the first one.

Fixes: caba248db286 ("spi: spi-pxa2xx-pci: Add ID and driver type for WildcatPoint PCH")
Cc: Leif Liddy <leif.liddy@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210208163816.22147-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/spi/spi-pxa2xx-pci.c