Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145546753
D43461.1778165610.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
898 B
Referenced Files
None
Subscribers
None
D43461.1778165610.diff
View Options
diff --git a/sys/dev/sdhci/sdhci_fsl_fdt.c b/sys/dev/sdhci/sdhci_fsl_fdt.c
--- a/sys/dev/sdhci/sdhci_fsl_fdt.c
+++ b/sys/dev/sdhci/sdhci_fsl_fdt.c
@@ -234,6 +234,13 @@
.syscon_compat = "fsl,ls1046a-scfg",
};
+static const struct sdhci_fsl_fdt_soc_data sdhci_fsl_fdt_ls1088a_soc_data = {
+ .quirks = 0,
+ .baseclk_div = 2,
+ .errata = SDHCI_FSL_TUNING_ERRATUM_TYPE2,
+ .syscon_compat = "fsl,ls1088a-isc",
+};
+
static const struct sdhci_fsl_fdt_soc_data sdhci_fsl_fdt_lx2160a_soc_data = {
.quirks = 0,
.baseclk_div = 2,
@@ -250,6 +257,7 @@
{"fsl,ls1012a-esdhc", (uintptr_t)&sdhci_fsl_fdt_ls1012a_soc_data},
{"fsl,ls1028a-esdhc", (uintptr_t)&sdhci_fsl_fdt_ls1028a_soc_data},
{"fsl,ls1046a-esdhc", (uintptr_t)&sdhci_fsl_fdt_ls1046a_soc_data},
+ {"fsl,ls1088a-esdhc", (uintptr_t)&sdhci_fsl_fdt_ls1088a_soc_data},
{"fsl,esdhc", (uintptr_t)&sdhci_fsl_fdt_gen_data},
{NULL, 0}
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 7, 2:53 PM (2 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28591594
Default Alt Text
D43461.1778165610.diff (898 B)
Attached To
Mode
D43461: sdhci_fsl_fdt: add support for LS1088A
Attached
Detach File
Event Timeline
Log In to Comment