BigW Consortium Gitlab

Commit ef7237cf by David Frey Committed by David Clark

Use correct GPIO for mt7697 SPI irq on wp76xx

parent 024a761d
......@@ -27,7 +27,11 @@
#define DRVNAME "mt7697q"
#define MT7697_SPI_GPIO_IRQ_NAME "mt7697q irq"
#if defined(CONFIG_ARCH_MSM9615) /* For WPX5XX */
#define MT7697_SPI_INTR_GPIO_PIN 50
#elif defined(CONFIG_ARCH_MDM9607) /* For WP76XX */
#define MT7697_SPI_INTR_GPIO_PIN 8
#endif
#define MT7697_SPI_INTR_GPIO_PIN_INVALID -1
#define MT7697_SPI_BUS_NUM 32766
#define MT7697_SPI_CS 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment