|
@@ -980,6 +980,7 @@ static const struct of_device_id sh_msiof_match[] = {
|
|
{ .compatible = "renesas,msiof-r8a7792", .data = &r8a779x_data },
|
|
{ .compatible = "renesas,msiof-r8a7792", .data = &r8a779x_data },
|
|
{ .compatible = "renesas,msiof-r8a7793", .data = &r8a779x_data },
|
|
{ .compatible = "renesas,msiof-r8a7793", .data = &r8a779x_data },
|
|
{ .compatible = "renesas,msiof-r8a7794", .data = &r8a779x_data },
|
|
{ .compatible = "renesas,msiof-r8a7794", .data = &r8a779x_data },
|
|
|
|
+ { .compatible = "renesas,msiof-r8a7796", .data = &r8a779x_data },
|
|
{},
|
|
{},
|
|
};
|
|
};
|
|
MODULE_DEVICE_TABLE(of, sh_msiof_match);
|
|
MODULE_DEVICE_TABLE(of, sh_msiof_match);
|