Skip to content

Commit 47c806d

Browse files
Villemoesr-vignesh
authored andcommitted
arm64: dts: ti: k3-pinctrl: sort shift values numerically
The macros are easier to read when the values are sorted numerically. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Link: https://patch.msgid.link/20260327141513.1250499-3-linux@rasmusvillemoes.dk Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent 51ccf3e commit 47c806d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/ti/k3-pinctrl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
#define WKUP_LVL_EN_SHIFT (7)
1212
#define WKUP_LVL_POL_SHIFT (8)
13+
#define DEBOUNCE_SHIFT (11)
1314
#define ST_EN_SHIFT (14)
15+
#define FORCE_DS_EN_SHIFT (15)
1416
#define PULLUDEN_SHIFT (16)
1517
#define PULLTYPESEL_SHIFT (17)
1618
#define RXACTIVE_SHIFT (18)
1719
#define DRV_STR_SHIFT (19)
1820
#define ISO_OVERRIDE_EN_SHIFT (22)
1921
#define ISO_BYPASS_EN_SHIFT (23)
20-
#define DEBOUNCE_SHIFT (11)
21-
#define FORCE_DS_EN_SHIFT (15)
2222
#define DS_EN_SHIFT (24)
2323
#define DS_OUT_DIS_SHIFT (25)
2424
#define DS_OUT_VAL_SHIFT (26)

0 commit comments

Comments
 (0)