Message ID | 20231011103245.96638-2-dmitry.baryshkov@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | f93b8a5705c6886a4c5ec6d142730927d891b6f7 |
Headers | show |
Series | [1/2] arm64: defconfig: enable CONFIG_TYPEC_QCOM_PMIC | expand |
On 11/10/2023 11:32, Dmitry Baryshkov wrote: > Enable the DisplayPort altmode, it is required to get DisplayPort output > to work on devices like Qualcomm Robotics RB5 platform. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 9509a73db774..5807397e645a 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -1048,6 +1048,7 @@ CONFIG_TYPEC_MUX_FSA4480=m > CONFIG_TYPEC_MUX_NB7VPQ904M=m > CONFIG_UCSI_CCG=m > CONFIG_TYPEC_MUX_GPIO_SBU=m > +CONFIG_TYPEC_DP_ALTMODE=m > CONFIG_MMC=y > CONFIG_MMC_BLOCK_MINORS=32 > CONFIG_MMC_ARMMMCI=y Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
On 10/11/23 12:32, Dmitry Baryshkov wrote: > Enable the DisplayPort altmode, it is required to get DisplayPort output > to work on devices like Qualcomm Robotics RB5 platform. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- Weird nobody enabled it to date Reviewd-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 9509a73db774..5807397e645a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1048,6 +1048,7 @@ CONFIG_TYPEC_MUX_FSA4480=m CONFIG_TYPEC_MUX_NB7VPQ904M=m CONFIG_UCSI_CCG=m CONFIG_TYPEC_MUX_GPIO_SBU=m +CONFIG_TYPEC_DP_ALTMODE=m CONFIG_MMC=y CONFIG_MMC_BLOCK_MINORS=32 CONFIG_MMC_ARMMMCI=y
Enable the DisplayPort altmode, it is required to get DisplayPort output to work on devices like Qualcomm Robotics RB5 platform. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)