• 其实很简单,是因为 中断不仅仅需要 gpio 的 input 属性, 还需要 pull_up 的数据

    {"gpmc_ad11.gpio0_27", OMAP_MUX_MODE7 | AM33XX_PIN_INPUT_PULLUP},
  • 配置如上

05-11 11:12