File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
drivers/staging/vc04_services/interface/vchiq_arm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ static struct vchiq_drvdata bcm2836_drvdata = {
150
150
.cache_line_size = 64 ,
151
151
};
152
152
153
- static struct vchiq_drvdata bcm2838_drvdata = {
153
+ static struct vchiq_drvdata bcm2711_drvdata = {
154
154
.cache_line_size = 64 ,
155
155
.use_36bit_addrs = true,
156
156
};
@@ -3170,7 +3170,7 @@ void vchiq_platform_conn_state_changed(struct vchiq_state *state,
3170
3170
static const struct of_device_id vchiq_of_match [] = {
3171
3171
{ .compatible = "brcm,bcm2835-vchiq" , .data = & bcm2835_drvdata },
3172
3172
{ .compatible = "brcm,bcm2836-vchiq" , .data = & bcm2836_drvdata },
3173
- { .compatible = "brcm,bcm2838 -vchiq" , .data = & bcm2838_drvdata },
3173
+ { .compatible = "brcm,bcm2711 -vchiq" , .data = & bcm2711_drvdata },
3174
3174
{},
3175
3175
};
3176
3176
MODULE_DEVICE_TABLE (of , vchiq_of_match );
You can’t perform that action at this time.
0 commit comments