diff options
| author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2026-03-27 17:15:13 +0300 |
|---|---|---|
| committer | Vignesh Raghavendra <vigneshr@ti.com> | 2026-03-27 17:25:06 +0300 |
| commit | 47c806de9e9cf171d197f2f0df86df7f2bd1aa56 (patch) | |
| tree | 1fd6a0d758cc8e95275bcd5af5c71f40d8041007 | |
| parent | 51ccf3e4628594c6b865a0d7e1363b0799555ab7 (diff) | |
| download | linux-47c806de9e9cf171d197f2f0df86df7f2bd1aa56.tar.xz | |
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>
| -rw-r--r-- | arch/arm64/boot/dts/ti/k3-pinctrl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-pinctrl.h b/arch/arm64/boot/dts/ti/k3-pinctrl.h index bdccb153e089..4491898d8294 100644 --- a/arch/arm64/boot/dts/ti/k3-pinctrl.h +++ b/arch/arm64/boot/dts/ti/k3-pinctrl.h @@ -10,15 +10,15 @@ #define WKUP_LVL_EN_SHIFT (7) #define WKUP_LVL_POL_SHIFT (8) +#define DEBOUNCE_SHIFT (11) #define ST_EN_SHIFT (14) +#define FORCE_DS_EN_SHIFT (15) #define PULLUDEN_SHIFT (16) #define PULLTYPESEL_SHIFT (17) #define RXACTIVE_SHIFT (18) #define DRV_STR_SHIFT (19) #define ISO_OVERRIDE_EN_SHIFT (22) #define ISO_BYPASS_EN_SHIFT (23) -#define DEBOUNCE_SHIFT (11) -#define FORCE_DS_EN_SHIFT (15) #define DS_EN_SHIFT (24) #define DS_OUT_DIS_SHIFT (25) #define DS_OUT_VAL_SHIFT (26) |
