65
65
.intr_detection_width = 2, \
66
66
}
67
67
68
- #define SDC_QDSD_PINGROUP (pg_name , ctl , pull , drv ) \
68
+ #define SDC_QDSD_PINGROUP (pg_name , _tile , ctl , pull , drv ) \
69
69
{ \
70
70
.grp = PINCTRL_PINGROUP(#pg_name, \
71
71
pg_name##_pins, \
75
75
.intr_cfg_reg = 0, \
76
76
.intr_status_reg = 0, \
77
77
.intr_target_reg = 0, \
78
- .tile = SOUTH , \
78
+ .tile = _tile , \
79
79
.mux_bit = -1, \
80
80
.pull_bit = pull, \
81
81
.drv_bit = drv, \
@@ -101,7 +101,7 @@ enum {
101
101
.intr_cfg_reg = 0, \
102
102
.intr_status_reg = 0, \
103
103
.intr_target_reg = 0, \
104
- .tile = SOUTH , \
104
+ .tile = WEST , \
105
105
.mux_bit = -1, \
106
106
.pull_bit = 3, \
107
107
.drv_bit = 0, \
@@ -1199,13 +1199,13 @@ static const struct msm_pingroup sm7150_groups[] = {
1199
1199
[117 ] = PINGROUP (117 , NORTH , _ , _ , _ , _ , _ , _ , _ , _ , _ ),
1200
1200
[118 ] = PINGROUP (118 , NORTH , _ , _ , _ , _ , _ , _ , _ , _ , _ ),
1201
1201
[119 ] = UFS_RESET (ufs_reset , 0x9f000 ),
1202
- [120 ] = SDC_QDSD_PINGROUP (sdc1_rclk , 0x9a000 , 15 , 0 ),
1203
- [121 ] = SDC_QDSD_PINGROUP (sdc1_clk , 0x9a000 , 13 , 6 ),
1204
- [122 ] = SDC_QDSD_PINGROUP (sdc1_cmd , 0x9a000 , 11 , 3 ),
1205
- [123 ] = SDC_QDSD_PINGROUP (sdc1_data , 0x9a000 , 9 , 0 ),
1206
- [124 ] = SDC_QDSD_PINGROUP (sdc2_clk , 0x98000 , 14 , 6 ),
1207
- [125 ] = SDC_QDSD_PINGROUP (sdc2_cmd , 0x98000 , 11 , 3 ),
1208
- [126 ] = SDC_QDSD_PINGROUP (sdc2_data , 0x98000 , 9 , 0 ),
1202
+ [120 ] = SDC_QDSD_PINGROUP (sdc1_rclk , WEST , 0x9a000 , 15 , 0 ),
1203
+ [121 ] = SDC_QDSD_PINGROUP (sdc1_clk , WEST , 0x9a000 , 13 , 6 ),
1204
+ [122 ] = SDC_QDSD_PINGROUP (sdc1_cmd , WEST , 0x9a000 , 11 , 3 ),
1205
+ [123 ] = SDC_QDSD_PINGROUP (sdc1_data , WEST , 0x9a000 , 9 , 0 ),
1206
+ [124 ] = SDC_QDSD_PINGROUP (sdc2_clk , SOUTH , 0x98000 , 14 , 6 ),
1207
+ [125 ] = SDC_QDSD_PINGROUP (sdc2_cmd , SOUTH , 0x98000 , 11 , 3 ),
1208
+ [126 ] = SDC_QDSD_PINGROUP (sdc2_data , SOUTH , 0x98000 , 9 , 0 ),
1209
1209
};
1210
1210
1211
1211
static const struct msm_gpio_wakeirq_map sm7150_pdc_map [] = {
0 commit comments