summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuanyuan Zhong <yzhong@purestorage.com>2021-04-12 17:17:59 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-04-28 13:41:48 +0200
commit2bb0a482019e962bfd67263723f2fb24241afb80 (patch)
treea6c4d3dbd09bfc4d2cebc280dd35af882aace9aa
parentd219743da96cc097d021559c1f15243e02d900df (diff)
downloadlinux-2bb0a482019e962bfd67263723f2fb24241afb80.tar.gz
linux-2bb0a482019e962bfd67263723f2fb24241afb80.tar.bz2
linux-2bb0a482019e962bfd67263723f2fb24241afb80.zip
pinctrl: lewisburg: Update number of pins in community
[ 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>
-rw-r--r--drivers/pinctrl/intel/pinctrl-lewisburg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pinctrl/intel/pinctrl-lewisburg.c b/drivers/pinctrl/intel/pinctrl-lewisburg.c
index 7fdf4257df1e..ad4b446d588e 100644
--- a/drivers/pinctrl/intel/pinctrl-lewisburg.c
+++ b/drivers/pinctrl/intel/pinctrl-lewisburg.c
@@ -299,9 +299,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 = {