mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
staging/vchiq_arm: Fix bcm2711 compatible string
Fixes: "vchiq: Add 36-bit address support" Signed-off-by: Phil Elwell <phil@raspberrypi.com>
This commit is contained in:
@@ -150,7 +150,7 @@ static struct vchiq_drvdata bcm2836_drvdata = {
|
||||
.cache_line_size = 64,
|
||||
};
|
||||
|
||||
static struct vchiq_drvdata bcm2838_drvdata = {
|
||||
static struct vchiq_drvdata bcm2711_drvdata = {
|
||||
.cache_line_size = 64,
|
||||
.use_36bit_addrs = true,
|
||||
};
|
||||
@@ -3170,7 +3170,7 @@ void vchiq_platform_conn_state_changed(struct vchiq_state *state,
|
||||
static const struct of_device_id vchiq_of_match[] = {
|
||||
{ .compatible = "brcm,bcm2835-vchiq", .data = &bcm2835_drvdata },
|
||||
{ .compatible = "brcm,bcm2836-vchiq", .data = &bcm2836_drvdata },
|
||||
{ .compatible = "brcm,bcm2838-vchiq", .data = &bcm2838_drvdata },
|
||||
{ .compatible = "brcm,bcm2711-vchiq", .data = &bcm2711_drvdata },
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, vchiq_of_match);
|
||||
|
||||
Reference in New Issue
Block a user