mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-08-09 06:14:34 +02:00
pinctrl: qcom: sc8280xp: Add missing wakeup entries for GPIO143/151
Pins 143 and 151 were not included in the PDC wakeup map. They are
normally used for PCIe2A and PCIe3a PERST# respectively, so they're
unlikely to be excercised in practice, but still add them for the sake
of completeness.
Fixes: c0e4c71a9e ("pinctrl: qcom: Introduce sc8280xp TLMM driver")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://patch.msgid.link/20260626-topic-8280_pinctrl_wakeup-v1-1-2ccb267148f5@oss.qualcomm.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
This commit is contained in:
committed by
Bartosz Golaszewski
parent
859e02a369
commit
437a8d2aa1
@@ -1881,16 +1881,17 @@ static const struct msm_gpio_wakeirq_map sc8280xp_pdc_map[] = {
|
||||
{ 126, 200 }, { 127, 225 }, { 128, 262 }, { 129, 201 },
|
||||
{ 130, 209 }, { 131, 173 }, { 132, 202 }, { 136, 210 },
|
||||
{ 138, 171 }, { 139, 226 }, { 140, 227 }, { 142, 228 },
|
||||
{ 144, 229 }, { 145, 230 }, { 146, 231 }, { 148, 232 },
|
||||
{ 149, 233 }, { 150, 234 }, { 152, 235 }, { 154, 212 },
|
||||
{ 157, 213 }, { 161, 219 }, { 170, 236 }, { 171, 221 },
|
||||
{ 174, 222 }, { 175, 237 }, { 176, 223 }, { 177, 170 },
|
||||
{ 180, 238 }, { 181, 239 }, { 182, 240 }, { 183, 241 },
|
||||
{ 184, 242 }, { 185, 243 }, { 190, 178 }, { 193, 184 },
|
||||
{ 196, 185 }, { 198, 186 }, { 200, 174 }, { 201, 175 },
|
||||
{ 205, 176 }, { 206, 177 }, { 208, 187 }, { 210, 198 },
|
||||
{ 211, 199 }, { 212, 204 }, { 215, 205 }, { 220, 188 },
|
||||
{ 221, 194 }, { 223, 195 }, { 225, 196 }, { 227, 197 },
|
||||
{ 143, 261 }, { 144, 229 }, { 145, 230 }, { 146, 231 },
|
||||
{ 148, 232 }, { 149, 233 }, { 150, 234 }, { 151, 264 },
|
||||
{ 152, 235 }, { 154, 212 }, { 157, 213 }, { 161, 219 },
|
||||
{ 170, 236 }, { 171, 221 }, { 174, 222 }, { 175, 237 },
|
||||
{ 176, 223 }, { 177, 170 }, { 180, 238 }, { 181, 239 },
|
||||
{ 182, 240 }, { 183, 241 }, { 184, 242 }, { 185, 243 },
|
||||
{ 190, 178 }, { 193, 184 }, { 196, 185 }, { 198, 186 },
|
||||
{ 200, 174 }, { 201, 175 }, { 205, 176 }, { 206, 177 },
|
||||
{ 208, 187 }, { 210, 198 }, { 211, 199 }, { 212, 204 },
|
||||
{ 215, 205 }, { 220, 188 }, { 221, 194 }, { 223, 195 },
|
||||
{ 225, 196 }, { 227, 197 },
|
||||
};
|
||||
|
||||
static struct msm_pinctrl_soc_data sc8280xp_pinctrl = {
|
||||
|
||||
Reference in New Issue
Block a user