Loading drivers/pinctrl/qcom/pinctrl-khaje.c +5 −0 Original line number Diff line number Diff line Loading @@ -1536,6 +1536,10 @@ static const struct msm_pingroup khaje_groups[] = { [120] = UFS_RESET(ufs_reset, 0x178000), }; static const int khaje_reserved_gpios[] = { 0, 1, 2, 3, 82, 86, 14, 15, 16, 17, -1 }; static const struct msm_pinctrl_soc_data khaje_pinctrl = { .pins = khaje_pins, .npins = ARRAY_SIZE(khaje_pins), Loading @@ -1543,6 +1547,7 @@ static const struct msm_pinctrl_soc_data khaje_pinctrl = { .nfunctions = ARRAY_SIZE(khaje_functions), .groups = khaje_groups, .ngroups = ARRAY_SIZE(khaje_groups), .reserved_gpios = khaje_reserved_gpios, .ngpios = 113, }; Loading Loading
drivers/pinctrl/qcom/pinctrl-khaje.c +5 −0 Original line number Diff line number Diff line Loading @@ -1536,6 +1536,10 @@ static const struct msm_pingroup khaje_groups[] = { [120] = UFS_RESET(ufs_reset, 0x178000), }; static const int khaje_reserved_gpios[] = { 0, 1, 2, 3, 82, 86, 14, 15, 16, 17, -1 }; static const struct msm_pinctrl_soc_data khaje_pinctrl = { .pins = khaje_pins, .npins = ARRAY_SIZE(khaje_pins), Loading @@ -1543,6 +1547,7 @@ static const struct msm_pinctrl_soc_data khaje_pinctrl = { .nfunctions = ARRAY_SIZE(khaje_functions), .groups = khaje_groups, .ngroups = ARRAY_SIZE(khaje_groups), .reserved_gpios = khaje_reserved_gpios, .ngpios = 113, }; Loading