Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102897963
D33318.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
881 B
Referenced Files
None
Subscribers
None
D33318.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
@@ -129,6 +129,12 @@
uint8_t errata;
};
+static const struct sdhci_fsl_fdt_soc_data sdhci_fsl_fdt_ls1012a_soc_data = {
+ .quirks = 0,
+ .baseclk_div = 1,
+ .errata = 0
+};
+
static const struct sdhci_fsl_fdt_soc_data sdhci_fsl_fdt_ls1028a_soc_data = {
.quirks = SDHCI_QUIRK_DONT_SET_HISPD_BIT |
SDHCI_QUIRK_BROKEN_AUTO_STOP | SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK,
@@ -147,6 +153,7 @@
};
static const struct ofw_compat_data sdhci_fsl_fdt_compat_data[] = {
+ {"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,esdhc", (uintptr_t)&sdhci_fsl_fdt_gen_data},
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 11:33 AM (22 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14715752
Default Alt Text
D33318.diff (881 B)
Attached To
Mode
D33318: sdhci_fsl_fdt: Add LS1012A compat string
Attached
Detach File
Event Timeline
Log In to Comment