Message ID | 1464771296-8329-1-git-send-email-linus.walleij@linaro.org |
---|---|
State | Accepted |
Commit | 600430882ebbaee7e795d1338939407af067a691 |
Headers | show |
On Wed, Jun 01, 2016 at 10:54:56AM +0200, Linus Walleij wrote: > After enabling this I get pins, GPIO, keys and everything on > the MSM8660 surf (APQ8660 DragonBoard). > > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > --- > arch/arm/configs/qcom_defconfig | 1 + > 1 file changed, 1 insertion(+) I'll queue this one up for my dt pull request. Thanks! Andy -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index 7bff7bf24a85..dddb917f7ea9 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -103,6 +103,7 @@ CONFIG_SPMI=y CONFIG_PINCTRL_APQ8064=y CONFIG_PINCTRL_APQ8084=y CONFIG_PINCTRL_IPQ8064=y +CONFIG_PINCTRL_MSM8660=y CONFIG_PINCTRL_MSM8960=y CONFIG_PINCTRL_MSM8X74=y CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
After enabling this I get pins, GPIO, keys and everything on the MSM8660 surf (APQ8660 DragonBoard). Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- arch/arm/configs/qcom_defconfig | 1 + 1 file changed, 1 insertion(+) -- 2.4.11 -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html