Message ID | 20190926230209.47592-1-jeffrey.l.hugo@gmail.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 4ac0379f9cb1b7c7a1b184cd28f4787d010b7253 |
Headers | show |
Series | arm64: defconfig: Enable SN65DSI86 display bridge | expand |
On Thu 26 Sep 16:02 PDT 2019, Jeffrey Hugo wrote: > This enables display on the Lenovo Yoga C630 by connecting the DSI output > from the SoC to the eDP input of the panel. > > Signed-off-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com> Applied, thanks > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 0134a84481f8..f318836bb9b8 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -541,6 +541,7 @@ CONFIG_DRM_MSM=m > CONFIG_DRM_TEGRA=m > CONFIG_DRM_PANEL_SIMPLE=m > CONFIG_DRM_SII902X=m > +CONFIG_DRM_TI_SN65DSI86=m > CONFIG_DRM_I2C_ADV7511=m > CONFIG_DRM_VC4=m > CONFIG_DRM_ETNAVIV=m > -- > 2.17.1 >
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0134a84481f8..f318836bb9b8 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -541,6 +541,7 @@ CONFIG_DRM_MSM=m CONFIG_DRM_TEGRA=m CONFIG_DRM_PANEL_SIMPLE=m CONFIG_DRM_SII902X=m +CONFIG_DRM_TI_SN65DSI86=m CONFIG_DRM_I2C_ADV7511=m CONFIG_DRM_VC4=m CONFIG_DRM_ETNAVIV=m
This enables display on the Lenovo Yoga C630 by connecting the DSI output from the SoC to the eDP input of the panel. Signed-off-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)