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:
parent
5b0a8ee218
commit
ba78f78f44
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user