mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
spi: bcm-qspi: Add compatible string for BRCMSTB 7445 SoCs
Add compatible string for BRCMSTB 7445 SoCs and indicate it has MSPI rev support. 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-2-ray.jui@broadcom.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
4a6c7d6f94
commit
e0eeb76b81
1 changed files with 5 additions and 0 deletions
|
@ -1293,6 +1293,11 @@ static const struct of_device_id bcm_qspi_of_match[] = {
|
|||
.compatible = "brcm,spi-bcm7435-qspi",
|
||||
.data = &bcm_qspi_no_rev_data,
|
||||
},
|
||||
{
|
||||
.compatible = "brcm,spi-bcm7445-qspi",
|
||||
.data = &bcm_qspi_rev_data,
|
||||
|
||||
},
|
||||
{
|
||||
.compatible = "brcm,spi-bcm-qspi",
|
||||
.data = &bcm_qspi_rev_data,
|
||||
|
|
Loading…
Reference in a new issue