[PATCH v3 18/18] arm64: defconfig: Enable DS90UB960 deserializer and DS90UB953 serializer
Yemike Abhilash Chandra
y-abhilashchandra at ti.com
Wed Sep 23 02:34:59 PDT 2026
Texas Instruments DS90UB960 deserializer and DS90UB953 serializer
enable capturing from multiple camera sensors on Texas Instruments
K3 platforms.
Some of the upstream-supported platforms where this deserializer and
serializer can be used are the Texas Instruments J784S4-EVM [1]
(k3-j784s4-evm.dts) and J722S-EVM [2] (k3-j722s-evm.dts).
Hence enable building Texas Instruments DS90UB960 deserializer and
DS90UB953 serializer drivers as modules.
[1]: https://www.ti.com/lit/zip/sprr458
[2]: https://www.ti.com/lit/zip/sprr495
Reviewed-by: Rishikesh Donadkar <r-donadkar at ti.com>
Signed-off-by: Yemike Abhilash Chandra <y-abhilashchandra at ti.com>
---
Changes in v3:
- Reword commit message to explicitly mention the target vendor and
upstream boards using these drivers (Krzysztof)
Note: Board names in the tree are lowercase, so please grep case
insensitively, e.g. `git grep -i J784S4-EVM` on next-20260918 gives
Documentation/devicetree/bindings/arm/ti/k3.yaml: - ti,j784s4-evm
arch/arm64/boot/dts/ti/Makefile:dtb-$(CONFIG_ARCH_K3) += k3-j784s4-evm.dtb
arch/arm64/boot/dts/ti/Makefile:dtb-$(CONFIG_ARCH_K3) += k3-j784s4-evm-pcie0-pcie1-ep.dtbo
arch/arm64/boot/dts/ti/Makefile:dtb-$(CONFIG_ARCH_K3) += k3-j784s4-evm-quad-port-eth-exp1.dtbo
arch/arm64/boot/dts/ti/Makefile:dtb-$(CONFIG_ARCH_K3) += k3-j784s4-evm-usxgmii-exp1-exp2.dtbo
arch/arm64/boot/dts/ti/Makefile:k3-j784s4-evm-pcie0-pcie1-ep-dtbs := k3-j784s4-evm.dtb \
arch/arm64/boot/dts/ti/Makefile: k3-j784s4-evm-pcie0-pcie1-ep.dtbo
arch/arm64/boot/dts/ti/Makefile:k3-j784s4-evm-quad-port-eth-exp1-dtbs := k3-j784s4-evm.dtb \
arch/arm64/boot/dts/ti/Makefile: k3-j784s4-evm-quad-port-eth-exp1.dtbo
arch/arm64/boot/dts/ti/Makefile:k3-j784s4-evm-usb0-type-a-dtbs := k3-j784s4-evm.dtb \
arch/arm64/boot/dts/ti/Makefile:k3-j784s4-evm-usxgmii-exp1-exp2-dtbs := k3-j784s4-evm.dtb \
arch/arm64/boot/dts/ti/Makefile: k3-j784s4-evm-usxgmii-exp1-exp2.dtbo
arch/arm64/boot/dts/ti/Makefile: k3-j784s4-evm-pcie0-pcie1-ep.dtb \
arch/arm64/boot/dts/ti/Makefile: k3-j784s4-evm-quad-port-eth-exp1.dtb \
arch/arm64/boot/dts/ti/Makefile: k3-j784s4-evm-usb0-type-a.dtb \
arch/arm64/boot/dts/ti/Makefile: k3-j784s4-evm-usxgmii-exp1-exp2.dtb
arch/arm64/boot/dts/ti/k3-j784s4-evm.dts: compatible = "ti,j784s4-evm", "ti,j784s4";
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 982ea1758eb6..eefcbe091c9a 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -961,6 +961,8 @@ CONFIG_VIDEO_IMX412=m
CONFIG_VIDEO_OV5640=m
CONFIG_VIDEO_OV5645=m
CONFIG_VIDEO_S5KJN1=m
+CONFIG_VIDEO_DS90UB953=m
+CONFIG_VIDEO_DS90UB960=m
CONFIG_AUXDISPLAY=y
CONFIG_SEG_LED_GPIO=m
CONFIG_DRM=m
--
2.34.1
More information about the linux-arm-kernel
mailing list