Message ID | 20231030152834.18450-1-a-bhatia1@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: Enable Toshiba TC358767 bridge | expand |
Hi Aradhya Bhatia, On Mon, 30 Oct 2023 20:58:34 +0530, Aradhya Bhatia wrote: > Siemens' SIMATIC IOT2050 platform[0], based on Texas Instruments' AM65x > SoC[1], uses Toshiba TC358767[2] to convert DPI video to DisplayPort > (DP) video ouput. The original DPI signals are generated by AM65x's > Display SubSystem (DSS). > > Toshiba TC358767 is also capable of other video format conversions, viz, > DPI to (e)DP, DSI to (e)DP, and DSI to DPI. > > [...] I have applied the following to branch ti-k3-config-next on [1]. Thank you! [1/1] arm64: defconfig: Enable Toshiba TC358767 bridge commit: 21a1989963b4c2d8530af9be41c4cc2f7d3b2ee8 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index b60aa1f89343..71e7a059111b 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -860,6 +860,7 @@ CONFIG_DRM_SAMSUNG_DSIM=m CONFIG_DRM_SII902X=m CONFIG_DRM_SIMPLE_BRIDGE=m CONFIG_DRM_THINE_THC63LVD1024=m +CONFIG_DRM_TOSHIBA_TC358767=m CONFIG_DRM_TOSHIBA_TC358768=m CONFIG_DRM_TI_TFP410=m CONFIG_DRM_TI_SN65DSI83=m
Siemens' SIMATIC IOT2050 platform[0], based on Texas Instruments' AM65x SoC[1], uses Toshiba TC358767[2] to convert DPI video to DisplayPort (DP) video ouput. The original DPI signals are generated by AM65x's Display SubSystem (DSS). Toshiba TC358767 is also capable of other video format conversions, viz, DPI to (e)DP, DSI to (e)DP, and DSI to DPI. Enable the video bridge Toshiba TC358767. [0]: https://www.siemens.com/global/en/products/automation/pc-based/iot-gateways/simatic-iot2050.html [1]: https://www.ti.com/product/AM6548 [2]: https://toshiba.semicon-storage.com/info/datasheet_en_20230731.pdf?did=36657 Signed-off-by: Aradhya Bhatia <a-bhatia1@ti.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) base-commit: c503e3eec382ac708ee7adf874add37b77c5d312