Message ID | 20201228151827.4019213-1-dmitry.baryshkov@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | ec8ef2dfaa3ee163e0924eceb7c3f97029235373 |
Headers | show |
Series | arm64: defconfig: enable Lontium LT9611UXC bridge driver | expand |
Hello: This patch was applied to qcom/linux.git (refs/heads/for-next): On Mon, 28 Dec 2020 18:18:27 +0300 you wrote: > Enable lt9611uxc driver for Lontium DSI to HDMI bridge found on Qualcomm > RB5 Robotics platform. Enable this driver to get display working on this > platform. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) Here is the summary with links: - arm64: defconfig: enable Lontium LT9611UXC bridge driver https://git.kernel.org/qcom/c/ec8ef2dfaa3e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 09b4b690b2c4..3513d9b4c5da 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -684,6 +684,7 @@ CONFIG_DRM_SII902X=m CONFIG_DRM_SIMPLE_BRIDGE=m CONFIG_DRM_THINE_THC63LVD1024=m CONFIG_DRM_TI_SN65DSI86=m +CONFIG_DRM_LONTIUM_LT9611UXC=m CONFIG_DRM_I2C_ADV7511=m CONFIG_DRM_I2C_ADV7511_AUDIO=y CONFIG_DRM_DW_HDMI_AHB_AUDIO=m
Enable lt9611uxc driver for Lontium DSI to HDMI bridge found on Qualcomm RB5 Robotics platform. Enable this driver to get display working on this platform. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)