projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7876320
)
pinctrl: cannonlake: Fix gpio base for GPP-E
author
Simon Detheridge
<s@sd.ai>
Sat, 15 Sep 2018 21:15:18 +0000
(22:15 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Tue, 18 Sep 2018 23:35:22 +0000
(16:35 -0700)
The gpio base for GPP-E was set incorrectly to 258 instead of 256,
preventing the touchpad working on my Tong Fang GK5CN5Z laptop.
Buglink:
https://bugzilla.kernel.org/show_bug.cgi?id=200787
Signed-off-by: Simon Detheridge <s@sd.ai>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/intel/pinctrl-cannonlake.c
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/intel/pinctrl-cannonlake.c
b/drivers/pinctrl/intel/pinctrl-cannonlake.c
index
fb1afe5
..
8d48371
100644
(file)
--- a/
drivers/pinctrl/intel/pinctrl-cannonlake.c
+++ b/
drivers/pinctrl/intel/pinctrl-cannonlake.c
@@
-379,7
+379,7
@@
static const struct intel_padgroup cnlh_community1_gpps[] = {
static const struct intel_padgroup cnlh_community3_gpps[] = {
CNL_GPP(0, 155, 178, 192), /* GPP_K */
CNL_GPP(1, 179, 202, 224), /* GPP_H */
- CNL_GPP(2, 203, 215, 25
8
), /* GPP_E */
+ CNL_GPP(2, 203, 215, 25
6
), /* GPP_E */
CNL_GPP(3, 216, 239, 288), /* GPP_F */
CNL_GPP(4, 240, 248, CNL_NO_GPIO), /* SPI */
};