Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. diff --git a/board/wandboard/spl.c b/board/wandboard/spl.c
  2. index 77afae7..8decf75 100644
  3. --- a/board/wandboard/spl.c
  4. +++ b/board/wandboard/spl.c
  5. @@ -205,12 +205,12 @@ static struct mx6_mmdc_calibration mx6dl_1g_mmdc_calib = {
  6. };
  7.  
  8. static struct mx6_mmdc_calibration mx6s_512m_mmdc_calib = {
  9. - .p0_mpwldectrl0 = 0x0040003c,
  10. - .p0_mpwldectrl1 = 0x0032003e,
  11. - .p0_mpdgctrl0 = 0x42350231,
  12. - .p0_mpdgctrl1 = 0x021a0218,
  13. - .p0_mprddlctl = 0x4b4b4e49,
  14. - .p0_mpwrdlctl = 0x3f3f3035,
  15. + .p0_mpwldectrl0 = 0x001F001F,
  16. + .p0_mpwldectrl1 = 0x003F001F,
  17. + .p0_mpdgctrl0 = 0x423C0238,
  18. + .p0_mpdgctrl1 = 0x02200228,
  19. + .p0_mprddlctl = 0x3A424646,
  20. + .p0_mpwrdlctl = 0x24442A2E,
  21. };
  22.  
  23. /* DDR 64bit 1GB */
  24. diff --git a/board/wandboard/wandboard.c b/board/wandboard/wandboard.c
  25. index 1de1e0b..e3589f6 100644
  26. --- a/board/wandboard/wandboard.c
  27. +++ b/board/wandboard/wandboard.c
  28. @@ -84,7 +84,7 @@ static iomux_v3_cfg_t const usdhc3_pads[] = {
  29. IOMUX_PADS(PAD_SD3_DAT2__SD3_DATA2 | MUX_PAD_CTRL(USDHC_PAD_CTRL)),
  30. IOMUX_PADS(PAD_SD3_DAT3__SD3_DATA3 | MUX_PAD_CTRL(USDHC_PAD_CTRL)),
  31. /* SOM MicroSD Card Detect */
  32. - IOMUX_PADS(PAD_EIM_DA9__GPIO3_IO09 | MUX_PAD_CTRL(NO_PAD_CTRL)),
  33. + IOMUX_PADS(PAD_EIM_DA9__GPIO3_IO09 | MUX_PAD_CTRL(PAD_CTL_PUS_100K_DOWN | PAD_CTL_PUE)),
  34. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement