summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-rockchip.c
diff options
context:
space:
mode:
authorLuca Ceresoli <luca.ceresoli@bootlin.com>2022-04-20 16:24:32 +0200
committerLinus Walleij <linus.walleij@linaro.org>2022-04-22 23:36:24 +0200
commit7c4cffc5d473e87ae2eaa50aed8cb27d17bcd1ec (patch)
treed960fde89f20626612fff85b820c8574c56d908e /drivers/pinctrl/pinctrl-rockchip.c
parent1f3e25a068832f8892a5ff71467622d012f5bc9f (diff)
downloadlinux-7c4cffc5d473e87ae2eaa50aed8cb27d17bcd1ec.tar.gz
linux-7c4cffc5d473e87ae2eaa50aed8cb27d17bcd1ec.tar.bz2
linux-7c4cffc5d473e87ae2eaa50aed8cb27d17bcd1ec.zip
pinctrl: rockchip: sort the rk3308_mux_recalced_data entries
All the entries are sorted according to num/pin except for two entries. Sort them too. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20220420142432.248565-2-luca.ceresoli@bootlin.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/pinctrl-rockchip.c')
-rw-r--r--drivers/pinctrl/pinctrl-rockchip.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/drivers/pinctrl/pinctrl-rockchip.c b/drivers/pinctrl/pinctrl-rockchip.c
index 65fa305b5f59..2cb79e649fcf 100644
--- a/drivers/pinctrl/pinctrl-rockchip.c
+++ b/drivers/pinctrl/pinctrl-rockchip.c
@@ -513,20 +513,6 @@ static struct rockchip_mux_recalced_data rk3308_mux_recalced_data[] = {
.bit = 8,
.mask = 0xf
}, {
- /* gpio3b4_sel */
- .num = 3,
- .pin = 12,
- .reg = 0x68,
- .bit = 8,
- .mask = 0xf
- }, {
- /* gpio3b5_sel */
- .num = 3,
- .pin = 13,
- .reg = 0x68,
- .bit = 12,
- .mask = 0xf
- }, {
/* gpio2a2_sel */
.num = 2,
.pin = 2,
@@ -561,6 +547,20 @@ static struct rockchip_mux_recalced_data rk3308_mux_recalced_data[] = {
.reg = 0x68,
.bit = 6,
.mask = 0x3
+ }, {
+ /* gpio3b4_sel */
+ .num = 3,
+ .pin = 12,
+ .reg = 0x68,
+ .bit = 8,
+ .mask = 0xf
+ }, {
+ /* gpio3b5_sel */
+ .num = 3,
+ .pin = 13,
+ .reg = 0x68,
+ .bit = 12,
+ .mask = 0xf
},
};