]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
pinctrl: lewisburg: Update number of pins in community
authorYuanyuan Zhong <yzhong@purestorage.com>
Mon, 12 Apr 2021 23:17:59 +0000 (17:17 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Apr 2021 11:16:52 +0000 (13:16 +0200)
[ Upstream commit 196d941753297d0ca73c563ccd7d00be049ec226 ]

When updating pin names for Intel Lewisburg, the numbers of pins were
left behind. Update them accordingly.

Fixes: e66ff71fd0db ("pinctrl: lewisburg: Update pin list according to v1.1v6")
Signed-off-by: Yuanyuan Zhong <yzhong@purestorage.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pinctrl/intel/pinctrl-lewisburg.c

index dc32c22bf19fa53b816352cf57d89816bd38d2a3..8388aa671b21ae38e4ae9a61b592e7a4111b11c7 100644 (file)
@@ -297,9 +297,9 @@ static const struct pinctrl_pin_desc lbg_pins[] = {
 static const struct intel_community lbg_communities[] = {
        LBG_COMMUNITY(0, 0, 71),
        LBG_COMMUNITY(1, 72, 132),
-       LBG_COMMUNITY(3, 133, 144),
-       LBG_COMMUNITY(4, 145, 180),
-       LBG_COMMUNITY(5, 181, 246),
+       LBG_COMMUNITY(3, 133, 143),
+       LBG_COMMUNITY(4, 144, 178),
+       LBG_COMMUNITY(5, 179, 246),
 };
 
 static const struct intel_pinctrl_soc_data lbg_soc_data = {