summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/s5l8700.h2
-rw-r--r--firmware/export/s5l8702.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/s5l8700.h b/firmware/export/s5l8700.h
index 6494787f5c..420212ff3b 100644
--- a/firmware/export/s5l8700.h
+++ b/firmware/export/s5l8700.h
@@ -725,6 +725,6 @@
725#define OTGBASE 0x38800000 725#define OTGBASE 0x38800000
726#define PHYBASE 0x3C400000 726#define PHYBASE 0x3C400000
727#define SYNOPSYSOTG_CLOCK 0 727#define SYNOPSYSOTG_CLOCK 0
728#define SYNOPSYSOTG_AHBCFG 0x27 728#define SYNOPSYSOTG_AHBCFG (GAHBCFG_dma_enable | (GAHBCFG_INT_DMA_BURST_INCR4 << GAHBCFG_hburstlen_bitp) | GAHBCFG_glblintrmsk)
729 729
730#endif /* CONFIG_CPU==S5L8701 */ 730#endif /* CONFIG_CPU==S5L8701 */
diff --git a/firmware/export/s5l8702.h b/firmware/export/s5l8702.h
index 31e6a63dbc..278bd1b0e8 100644
--- a/firmware/export/s5l8702.h
+++ b/firmware/export/s5l8702.h
@@ -120,7 +120,7 @@
120#define OTGBASE 0x38400000 120#define OTGBASE 0x38400000
121#define PHYBASE 0x3C400000 121#define PHYBASE 0x3C400000
122#define SYNOPSYSOTG_CLOCK 0 122#define SYNOPSYSOTG_CLOCK 0
123#define SYNOPSYSOTG_AHBCFG 0x2B 123#define SYNOPSYSOTG_AHBCFG (GAHBCFG_dma_enable | (GAHBCFG_INT_DMA_BURST_INCR8 << GAHBCFG_hburstlen_bitp) | GAHBCFG_glblintrmsk)
124 124
125 125
126/////I2C///// 126/////I2C/////