Loading drivers/pinctrl/qcom/pinctrl-holi.c +5 −0 Original line number Diff line number Diff line Loading @@ -1532,6 +1532,10 @@ static const struct msm_pingroup holi_groups[] = { [163] = SDC_QDSD_PINGROUP(sdc2_data, 0x1a2000, 9, 0), }; static const int holi_reserved_gpios[] = { 13, 14, 15, 16, 45, 46, 56, 57, -1 }; static const struct msm_gpio_wakeirq_map holi_mpm_map[] = { {0, 84}, {3, 6}, Loading Loading @@ -1609,6 +1613,7 @@ static const struct msm_pinctrl_soc_data holi_pinctrl = { .nfunctions = ARRAY_SIZE(holi_functions), .groups = holi_groups, .ngroups = ARRAY_SIZE(holi_groups), .reserved_gpios = holi_reserved_gpios, .ngpios = 157, .wakeirq_map = holi_mpm_map, .nwakeirq_map = ARRAY_SIZE(holi_mpm_map), Loading Loading
drivers/pinctrl/qcom/pinctrl-holi.c +5 −0 Original line number Diff line number Diff line Loading @@ -1532,6 +1532,10 @@ static const struct msm_pingroup holi_groups[] = { [163] = SDC_QDSD_PINGROUP(sdc2_data, 0x1a2000, 9, 0), }; static const int holi_reserved_gpios[] = { 13, 14, 15, 16, 45, 46, 56, 57, -1 }; static const struct msm_gpio_wakeirq_map holi_mpm_map[] = { {0, 84}, {3, 6}, Loading Loading @@ -1609,6 +1613,7 @@ static const struct msm_pinctrl_soc_data holi_pinctrl = { .nfunctions = ARRAY_SIZE(holi_functions), .groups = holi_groups, .ngroups = ARRAY_SIZE(holi_groups), .reserved_gpios = holi_reserved_gpios, .ngpios = 157, .wakeirq_map = holi_mpm_map, .nwakeirq_map = ARRAY_SIZE(holi_mpm_map), Loading