bcm2835_vcbus: add the *other* rpi4 compat string

The DTS I used initially had brcm,bcm2838; the new one uses brcm,bcm2711.
Add that one as well.
This commit is contained in:
Kyle Evans 2019-11-22 19:56:52 +00:00
parent 5b0a8ee218
commit ba78f78f44
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=355016

View File

@ -156,6 +156,11 @@ static struct bcm283x_memory_soc_cfg {
},
#endif
#ifdef SOC_BRCM_BCM2838
{
.memmap = bcm2838_memmap,
.soc_compat = "brcm,bcm2711",
.busdma_lowaddr = BCM2838_PERIPH_MAXADDR,
},
{
.memmap = bcm2838_memmap,
.soc_compat = "brcm,bcm2838",