Message ID | 1477048273-32451-7-git-send-email-jeremymc@redhat.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Delegated to: | Andy Gross |
Headers | show |
On Fri 21 Oct 04:11 PDT 2016, Jeremy McNicoll wrote: > From: Jeremy McNicoll <jmcnicol@redhat.com> > > Given the mimimal hardware support for msm899(2/4) currently. > A few config options are needed to allow for continued > development and booting. > > The following are needed for continued development and > booting: > -8x74 pinctrl for serial support I don't have the datasheet for 899[24], but I don't think this is a good idea. We need a 899[24] pinctrl driver for this. > -Enable Global Glock Controller (gcc) > Regards, Bjorn -- 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
On 2016-10-21 11:27 AM, Bjorn Andersson wrote: > On Fri 21 Oct 04:11 PDT 2016, Jeremy McNicoll wrote: > >> From: Jeremy McNicoll <jmcnicol@redhat.com> >> >> Given the mimimal hardware support for msm899(2/4) currently. >> A few config options are needed to allow for continued >> development and booting. >> >> The following are needed for continued development and >> booting: >> -8x74 pinctrl for serial support > > I don't have the datasheet for 899[24], but I don't think this is a good > idea. We need a 899[24] pinctrl driver for this. > Based on the downstream code, for serial it was sufficient. There is a 8994 pinctrl driver on its away. -jeremy >> -Enable Global Glock Controller (gcc) >> > > Regards, > Bjorn > -- 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
On Fri, Oct 21, 2016 at 03:32:08PM -0700, Jeremy McNicoll wrote: > On 2016-10-21 11:27 AM, Bjorn Andersson wrote: > >On Fri 21 Oct 04:11 PDT 2016, Jeremy McNicoll wrote: > > > >>From: Jeremy McNicoll <jmcnicol@redhat.com> > >> > >>Given the mimimal hardware support for msm899(2/4) currently. > >>A few config options are needed to allow for continued > >>development and booting. > >> > >>The following are needed for continued development and > >>booting: > >> -8x74 pinctrl for serial support > > > >I don't have the datasheet for 899[24], but I don't think this is a good > >idea. We need a 899[24] pinctrl driver for this. > > > > Based on the downstream code, for serial it was sufficient. > > There is a 8994 pinctrl driver on its away. > Here is a link to the 8994 pinctrl needed for 899(2/4). https://patches.linaro.org/patch/78750/ -jeremy -- 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/arm64/configs/defconfig b/arch/arm64/configs/defconfig index dab2cb0..611ebb3 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -252,6 +252,7 @@ CONFIG_PINCTRL_MSM8916=y CONFIG_PINCTRL_MSM8996=y CONFIG_PINCTRL_QDF2XXX=y CONFIG_PINCTRL_QCOM_SPMI_PMIC=y +CONFIG_PINCTRL_MSM8X74=y CONFIG_GPIO_SYSFS=y CONFIG_GPIO_DWAPB=y CONFIG_GPIO_PL061=y @@ -390,6 +391,7 @@ CONFIG_COMMON_CLK_S2MPS11=y CONFIG_CLK_QORIQ=y CONFIG_COMMON_CLK_QCOM=y CONFIG_MSM_GCC_8916=y +CONFIG_MSM_GCC_8994=y CONFIG_MSM_MMCC_8996=y CONFIG_HWSPINLOCK_QCOM=y CONFIG_MAILBOX=y