Advertisement
Guest User

zipit z2 dock gpio enable

a guest
Sep 27th, 2012
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Append this to z2_pin_config{} in arch/arm/mach-pxa/z2.c:
  2.  
  3. /* Camera GPIO's on dock connector */
  4. GPIO12_GPIO, /* CIF_DD<7> */
  5. GPIO44_GPIO, /* CIF_LV camera frame start / V.sync */
  6. GPIO50_GPIO, /* CIF_LV camera frame start / V.sync */
  7. GPIO51_GPIO, /* CIF_DD<2> */
  8. GPIO52_GPIO, /* CIF_DD<3> */
  9. GPIO53_GPIO, /* CIF_MCLK master clock out to camera */
  10. GPIO54_GPIO, /* CIF_PCLK pixel clock (max 26 MHz) */
  11. GPIO81_GPIO, /* CIF_DD<0> */
  12. GPIO93_GPIO, /* CIF_DD<6> */
  13. GPIO94_GPIO, /* CIF_DD<5> */
  14. GPIO114_GPIO, /* CIF_DD<1> */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement