Skip to content

Commit 8e2aac3

Browse files
gh2klinusw
authored andcommitted
pinctrl: cannonlake: Fix gpio base for GPP-E
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>
1 parent 7876320 commit 8e2aac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/intel/pinctrl-cannonlake.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ static const struct intel_padgroup cnlh_community1_gpps[] = {
379379
static const struct intel_padgroup cnlh_community3_gpps[] = {
380380
CNL_GPP(0, 155, 178, 192), /* GPP_K */
381381
CNL_GPP(1, 179, 202, 224), /* GPP_H */
382-
CNL_GPP(2, 203, 215, 258), /* GPP_E */
382+
CNL_GPP(2, 203, 215, 256), /* GPP_E */
383383
CNL_GPP(3, 216, 239, 288), /* GPP_F */
384384
CNL_GPP(4, 240, 248, CNL_NO_GPIO), /* SPI */
385385
};

0 commit comments

Comments
 (0)