pinctrl: renesas: rzg2l: Restore pin config order
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 13 Apr 2022 13:52:04 +0000 (15:52 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 20 Apr 2022 09:53:47 +0000 (11:53 +0200)
The PIN_CFG_* capabilities are always listed in the order they are
defined, except in the "TMS/SWDIO" pin definition.

Fix the order, to increase uniformity.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/f9b18be9e5402531d058bd2479b4881377f9b8b6.1649857772.git.geert+renesas@glider.be
drivers/pinctrl/renesas/pinctrl-rzg2l.c

index 86a7096..a48cac5 100644 (file)
@@ -1026,7 +1026,7 @@ static struct {
                { "NMI", RZG2L_SINGLE_PIN_PACK(0x1, 0,
                 (PIN_CFG_FILONOFF | PIN_CFG_FILNUM | PIN_CFG_FILCLKSEL)) },
                { "TMS/SWDIO", RZG2L_SINGLE_PIN_PACK(0x2, 0,
-                (PIN_CFG_SR | PIN_CFG_IOLH_A | PIN_CFG_IEN)) },
+                (PIN_CFG_IOLH_A | PIN_CFG_SR | PIN_CFG_IEN)) },
                { "TDO", RZG2L_SINGLE_PIN_PACK(0x3, 0,
                 (PIN_CFG_IOLH_A | PIN_CFG_SR | PIN_CFG_IEN)) },
                { "AUDIO_CLK1", RZG2L_SINGLE_PIN_PACK(0x4, 0, PIN_CFG_IEN) },