From: Jai Luthra Date: Fri, 1 Dec 2023 05:09:20 +0000 (+0530) Subject: arm64: dts: ti: k3-am62x-sk: Enable camera peripherals X-Git-Tag: dma-mapping-6.9-2024-03-11~339^2~15^2~26 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fed1e53ecf9f0ecf04bd931428287fd1002899ef;p=users%2Fhch%2Fdma-mapping.git arm64: dts: ti: k3-am62x-sk: Enable camera peripherals CSI cameras are controlled using I2C, on SK-AM62 and derivative boards this is routed to I2C-2, so enable that bus. Specific sensor connected to this bus will be described in the DT overlay for each sensor. Tested-by: Martyn Welch Signed-off-by: Jai Luthra Link: https://lore.kernel.org/r/20231201-csi_dts-v3-5-9f06f31080fe@ti.com Signed-off-by: Nishanth Menon --- diff --git a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi index 3b9729316739..33768c02d8eb 100644 --- a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi @@ -399,6 +399,13 @@ }; }; +&main_i2c2 { + status = "okay"; + pinctrl-names = "default"; + pinctrl-0 = <&main_i2c2_pins_default>; + clock-frequency = <400000>; +}; + &sdhci0 { bootph-all; status = "okay";