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 <tomi.valkeinen@ideasonboard.com>
Acked-by: Pratyush Yadav <p.yadav@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20210423083120.73476-1-tomi.valkeinen@ideasonboard.com

authored by Tomi Valkeinen and committed by Nishanth Menon df61cd93 6efb943b

-31
-31
arch/arm64/boot/dts/ti/k3-am654-base-board.dts
··· 85 85 gpios = <&wkup_gpio0 27 GPIO_ACTIVE_LOW>; 86 86 }; 87 87 }; 88 - 89 - clk_ov5640_fixed: clock { 90 - compatible = "fixed-clock"; 91 - #clock-cells = <0>; 92 - clock-frequency = <24000000>; 93 - }; 94 88 }; 95 89 96 90 &wkup_pmx0 { ··· 281 287 pinctrl-names = "default"; 282 288 pinctrl-0 = <&main_i2c1_pins_default>; 283 289 clock-frequency = <400000>; 284 - 285 - ov5640: camera@3c { 286 - compatible = "ovti,ov5640"; 287 - reg = <0x3c>; 288 - 289 - clocks = <&clk_ov5640_fixed>; 290 - clock-names = "xclk"; 291 - 292 - port { 293 - csi2_cam0: endpoint { 294 - remote-endpoint = <&csi2_phy0>; 295 - clock-lanes = <0>; 296 - data-lanes = <1 2>; 297 - }; 298 - }; 299 - }; 300 - 301 290 }; 302 291 303 292 &main_i2c2 { ··· 470 493 cdns,read-delay = <0>; 471 494 #address-cells = <1>; 472 495 #size-cells = <1>; 473 - }; 474 - }; 475 - 476 - &csi2_0 { 477 - csi2_phy0: endpoint { 478 - remote-endpoint = <&csi2_cam0>; 479 - clock-lanes = <0>; 480 - data-lanes = <1 2>; 481 496 }; 482 497 }; 483 498