|
@@ -115,7 +115,12 @@ static const struct sh_mobile_sdhi_ops sdhi_ops = {
|
|
|
static const struct of_device_id sh_mobile_sdhi_of_match[] = {
|
|
|
{ .compatible = "renesas,shmobile-sdhi" },
|
|
|
{ .compatible = "renesas,sh7372-sdhi" },
|
|
|
+ { .compatible = "renesas,sh73a0-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], },
|
|
|
+ { .compatible = "renesas,r8a73a4-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], },
|
|
|
{ .compatible = "renesas,r8a7740-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], },
|
|
|
+ { .compatible = "renesas,r8a7778-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], },
|
|
|
+ { .compatible = "renesas,r8a7779-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], },
|
|
|
+ { .compatible = "renesas,r8a7790-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], },
|
|
|
{},
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(of, sh_mobile_sdhi_of_match);
|