mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 13:58:46 +00:00
spi: bcm-qspi: Fix probe regression on iProc platforms
iProc chips have QSPI controller that does not have the MSPI_REV offset. Reading from that offset will cause a bus error. Fix it by having MSPI_REV query disabled in the generic compatible string. Fixes: 3a01f04d74ef ("spi: bcm-qspi: Handle lack of MSPI_REV offset") Link: https://lore.kernel.org/linux-arm-kernel/20200909211857.4144718-1-f.fainelli@gmail.com/T/#u Signed-off-by: Ray Jui <ray.jui@broadcom.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Link: https://lore.kernel.org/r/20200910152539.45584-3-ray.jui@broadcom.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
e0eeb76b81
commit
9a852d44b2
@ -1300,7 +1300,7 @@ static const struct of_device_id bcm_qspi_of_match[] = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
.compatible = "brcm,spi-bcm-qspi",
|
.compatible = "brcm,spi-bcm-qspi",
|
||||||
.data = &bcm_qspi_rev_data,
|
.data = &bcm_qspi_no_rev_data,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.compatible = "brcm,spi-bcm7216-qspi",
|
.compatible = "brcm,spi-bcm7216-qspi",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user