BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mangoh-drivers
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
mangoh-drivers
Commits
ef7237cf
Commit
ef7237cf
authored
Feb 16, 2018
by
David Frey
Committed by
David Clark
Feb 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use correct GPIO for mt7697 SPI irq on wp76xx
parent
024a761d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
spi.h
linux_kernel_modules/mt7697q/spi.h
+4
-0
No files found.
linux_kernel_modules/mt7697q/spi.h
View file @
ef7237cf
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment