diff options
author | Rahul T R <[email protected]> | 2022-11-03 23:38:45 +0530 |
---|---|---|
committer | Nishanth Menon <[email protected]> | 2022-11-03 21:44:23 -0500 |
commit | 9f7e3ed268520f4d539c03d4d48a604a9658ba37 (patch) | |
tree | 4a547728ded23fcb2da7498a2012b4e23c4a439f | |
parent | 9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff) |
arm64: defconfig: Enable TI_TFP410 DVI bridge
Enable TI_TFP410 DPI to DVI bridge. This is required to enable HDMI
output on j721e-sk platform.
Signed-off-by: Rahul T R <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0b6af3348e79..f63db6be3ea6 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -759,6 +759,7 @@ CONFIG_DRM_PARADE_PS8640=m CONFIG_DRM_SII902X=m CONFIG_DRM_SIMPLE_BRIDGE=m CONFIG_DRM_THINE_THC63LVD1024=m +CONFIG_DRM_TI_TFP410=m CONFIG_DRM_TI_SN65DSI86=m CONFIG_DRM_I2C_ADV7511=m CONFIG_DRM_I2C_ADV7511_AUDIO=y |