File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -898,6 +898,14 @@ static const struct sdhci_omap_data k2g_data = {
898
898
.offset = 0x200 ,
899
899
};
900
900
901
+ static const struct sdhci_omap_data am335_data = {
902
+ .offset = 0x200 ,
903
+ };
904
+
905
+ static const struct sdhci_omap_data am437_data = {
906
+ .offset = 0x200 ,
907
+ };
908
+
901
909
static const struct sdhci_omap_data dra7_data = {
902
910
.offset = 0x200 ,
903
911
.flags = SDHCI_OMAP_REQUIRE_IODELAY ,
@@ -906,6 +914,8 @@ static const struct sdhci_omap_data dra7_data = {
906
914
static const struct of_device_id omap_sdhci_match [] = {
907
915
{ .compatible = "ti,dra7-sdhci" , .data = & dra7_data },
908
916
{ .compatible = "ti,k2g-sdhci" , .data = & k2g_data },
917
+ { .compatible = "ti,am335-sdhci" , .data = & am335_data },
918
+ { .compatible = "ti,am437-sdhci" , .data = & am437_data },
909
919
{},
910
920
};
911
921
MODULE_DEVICE_TABLE (of , omap_sdhci_match );
You can’t perform that action at this time.
0 commit comments