Skip to content

Commit df61cd9

Browse files
tombanmenon
authored andcommitted
arm64: dts: ti: k3-am654-base-board: remove ov5640
AM654 EVM boards are not shipped with OV5640 sensor module, it is a separate purchase. OV5640 module is also just one of the possible sensors or capture boards you can connect. However, for some reason, OV5640 has been added to the board dts file, making it cumbersome to use other sensors. Remove the OV5640 from the dts file so that it is easy to use other sensors via DT overlays. Signed-off-by: Tomi Valkeinen <[email protected]> Acked-by: Pratyush Yadav <[email protected]> Signed-off-by: Nishanth Menon <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6efb943 commit df61cd9

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

arch/arm64/boot/dts/ti/k3-am654-base-board.dts

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@
8585
gpios = <&wkup_gpio0 27 GPIO_ACTIVE_LOW>;
8686
};
8787
};
88-
89-
clk_ov5640_fixed: clock {
90-
compatible = "fixed-clock";
91-
#clock-cells = <0>;
92-
clock-frequency = <24000000>;
93-
};
9488
};
9589

9690
&wkup_pmx0 {
@@ -287,23 +281,6 @@
287281
pinctrl-names = "default";
288282
pinctrl-0 = <&main_i2c1_pins_default>;
289283
clock-frequency = <400000>;
290-
291-
ov5640: camera@3c {
292-
compatible = "ovti,ov5640";
293-
reg = <0x3c>;
294-
295-
clocks = <&clk_ov5640_fixed>;
296-
clock-names = "xclk";
297-
298-
port {
299-
csi2_cam0: endpoint {
300-
remote-endpoint = <&csi2_phy0>;
301-
clock-lanes = <0>;
302-
data-lanes = <1 2>;
303-
};
304-
};
305-
};
306-
307284
};
308285

309286
&main_i2c2 {
@@ -496,14 +473,6 @@
496473
};
497474
};
498475

499-
&csi2_0 {
500-
csi2_phy0: endpoint {
501-
remote-endpoint = <&csi2_cam0>;
502-
clock-lanes = <0>;
503-
data-lanes = <1 2>;
504-
};
505-
};
506-
507476
&mcu_cpsw {
508477
pinctrl-names = "default";
509478
pinctrl-0 = <&mcu_cpsw_pins_default &mcu_mdio_pins_default>;

0 commit comments

Comments
 (0)