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[] = {
512512 .reg = 0x34 ,
513513 .bit = 8 ,
514514 .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
529515 }, {
530516 /* gpio2a2_sel */
531517 .num = 2 ,
@@ -561,6 +547,20 @@ static struct rockchip_mux_recalced_data rk3308_mux_recalced_data[] = {
561547 .reg = 0x68 ,
562548 .bit = 6 ,
563549 .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
564564 },
565565};
566566
You can’t perform that action at this time.
0 commit comments