File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -512,20 +512,6 @@ static struct rockchip_mux_recalced_data rk3308_mux_recalced_data[] = {
512
512
.reg = 0x34 ,
513
513
.bit = 8 ,
514
514
.mask = 0xf
515
- }, {
516
- /* gpio3b4_sel */
517
- .num = 3 ,
518
- .pin = 12 ,
519
- .reg = 0x68 ,
520
- .bit = 8 ,
521
- .mask = 0xf
522
- }, {
523
- /* gpio3b5_sel */
524
- .num = 3 ,
525
- .pin = 13 ,
526
- .reg = 0x68 ,
527
- .bit = 12 ,
528
- .mask = 0xf
529
515
}, {
530
516
/* gpio2a2_sel */
531
517
.num = 2 ,
@@ -561,6 +547,20 @@ static struct rockchip_mux_recalced_data rk3308_mux_recalced_data[] = {
561
547
.reg = 0x68 ,
562
548
.bit = 6 ,
563
549
.mask = 0x3
550
+ }, {
551
+ /* gpio3b4_sel */
552
+ .num = 3 ,
553
+ .pin = 12 ,
554
+ .reg = 0x68 ,
555
+ .bit = 8 ,
556
+ .mask = 0xf
557
+ }, {
558
+ /* gpio3b5_sel */
559
+ .num = 3 ,
560
+ .pin = 13 ,
561
+ .reg = 0x68 ,
562
+ .bit = 12 ,
563
+ .mask = 0xf
564
564
},
565
565
};
566
566
You can’t perform that action at this time.
0 commit comments