Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: dra76-evm: remove ov5640

DRA76 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>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Tomi Valkeinen and committed by
Tony Lindgren
6bb0ad80 6efb943b

-35
-35
arch/arm/boot/dts/dra76-evm.dts
··· 158 158 regulator-max-microvolt = <1800000>; 159 159 }; 160 160 161 - clk_ov5640_fixed: clock { 162 - compatible = "fixed-clock"; 163 - #clock-cells = <0>; 164 - clock-frequency = <24000000>; 165 - }; 166 - 167 161 hdmi0: connector { 168 162 compatible = "hdmi-connector"; 169 163 label = "hdmi"; ··· 400 406 }; 401 407 }; 402 408 403 - &i2c5 { 404 - status = "okay"; 405 - clock-frequency = <400000>; 406 - 407 - ov5640@3c { 408 - compatible = "ovti,ov5640"; 409 - reg = <0x3c>; 410 - 411 - clocks = <&clk_ov5640_fixed>; 412 - clock-names = "xclk"; 413 - 414 - port { 415 - csi2_cam0: endpoint { 416 - remote-endpoint = <&csi2_phy0>; 417 - clock-lanes = <0>; 418 - data-lanes = <1 2>; 419 - }; 420 - }; 421 - }; 422 - }; 423 - 424 409 &cpu0 { 425 410 vdd-supply = <&buck10_reg>; 426 411 }; ··· 543 570 &m_can0 { 544 571 can-transceiver { 545 572 max-bitrate = <5000000>; 546 - }; 547 - }; 548 - 549 - &csi2_0 { 550 - csi2_phy0: endpoint { 551 - remote-endpoint = <&csi2_cam0>; 552 - clock-lanes = <0>; 553 - data-lanes = <1 2>; 554 573 }; 555 574 }; 556 575