Skip to content

Commit 33cc527

Browse files
author
Linus Walleij
committed
Merge tag 'intel-pinctrl-v5.12-4' of gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into fixes
intel-pinctrl for v5.12-4 * Fix pin numbering per community in Intel Lewisburg driver The following is an automated git shortlog grouped by driver: lewisburg: - Update number of pins in community
2 parents e49d033 + 196d941 commit 33cc527

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/pinctrl/intel/pinctrl-lewisburg.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ static const struct pinctrl_pin_desc lbg_pins[] = {
299299
static const struct intel_community lbg_communities[] = {
300300
LBG_COMMUNITY(0, 0, 71),
301301
LBG_COMMUNITY(1, 72, 132),
302-
LBG_COMMUNITY(3, 133, 144),
303-
LBG_COMMUNITY(4, 145, 180),
304-
LBG_COMMUNITY(5, 181, 246),
302+
LBG_COMMUNITY(3, 133, 143),
303+
LBG_COMMUNITY(4, 144, 178),
304+
LBG_COMMUNITY(5, 179, 246),
305305
};
306306

307307
static const struct intel_pinctrl_soc_data lbg_soc_data = {

0 commit comments

Comments
 (0)