Skip to content

Commit 2e88611

Browse files
Yemike-Abhilash-Chandranmenon
authored andcommitted
arm64: dts: ti: j722s-evm: Add MUX to control CSI2RX
J722S EVM has the CSI2RX routed to a MIPI CSI connector and to 22-pin RPi camera connector through an analog mux with GPIO control, model mux so that an overlay can control the mux state according to connected cameras. Signed-off-by: Yemike Abhilash Chandra <[email protected]> Reviewed-by: Udit Kumar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Nishanth Menon <[email protected]>
1 parent 9bb89ec commit 2e88611

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

arch/arm64/boot/dts/ti/k3-j722s-evm.dts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,20 @@
266266
max-bitrate = <5000000>;
267267
standby-gpios = <&exp1 17 GPIO_ACTIVE_HIGH>;
268268
};
269+
270+
csi01_mux: mux-controller-0 {
271+
compatible = "gpio-mux";
272+
#mux-state-cells = <1>;
273+
mux-gpios = <&exp1 6 GPIO_ACTIVE_HIGH>;
274+
idle-state = <0>;
275+
};
276+
277+
csi23_mux: mux-controller-1 {
278+
compatible = "gpio-mux";
279+
#mux-state-cells = <1>;
280+
mux-gpios = <&exp1 7 GPIO_ACTIVE_HIGH>;
281+
idle-state = <0>;
282+
};
269283
};
270284

271285
&main_pmx0 {

0 commit comments

Comments
 (0)