linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: dra76-evm: remove ov5640
@ 2021-04-12  7:53 Tomi Valkeinen
  2021-04-12  7:53 ` [PATCH 2/2] arm64: dts: ti: k3-am654-base-board: " Tomi Valkeinen
  2021-04-12  8:00 ` [PATCH 1/2] ARM: dts: dra76-evm: " Laurent Pinchart
  0 siblings, 2 replies; 9+ messages in thread
From: Tomi Valkeinen @ 2021-04-12  7:53 UTC (permalink / raw)
  To: Nishanth Menon, Benoit Parrot, Laurent Pinchart, devicetree,
	Rob Herring, linux-arm-kernel, Tony Lindgren, Pratyush Yadav
  Cc: Tomi Valkeinen

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>
---
 arch/arm/boot/dts/dra76-evm.dts | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/arch/arm/boot/dts/dra76-evm.dts b/arch/arm/boot/dts/dra76-evm.dts
index 9bd01ae40b1d..f3c900e1b953 100644
--- a/arch/arm/boot/dts/dra76-evm.dts
+++ b/arch/arm/boot/dts/dra76-evm.dts
@@ -158,12 +158,6 @@ aic_dvdd: fixedregulator-aic_dvdd {
 		regulator-max-microvolt = <1800000>;
 	};
 
-	clk_ov5640_fixed: clock {
-		compatible = "fixed-clock";
-		#clock-cells = <0>;
-		clock-frequency = <24000000>;
-	};
-
 	hdmi0: connector {
 		compatible = "hdmi-connector";
 		label = "hdmi";
@@ -409,22 +403,6 @@ tlv320aic3106: tlv320aic3106@19 {
 &i2c5 {
 	status = "okay";
 	clock-frequency = <400000>;
-
-	ov5640@3c {
-		compatible = "ovti,ov5640";
-		reg = <0x3c>;
-
-		clocks = <&clk_ov5640_fixed>;
-		clock-names = "xclk";
-
-		port {
-			csi2_cam0: endpoint {
-				remote-endpoint = <&csi2_phy0>;
-				clock-lanes = <0>;
-				data-lanes = <1 2>;
-			};
-		};
-	};
 };
 
 &cpu0 {
@@ -574,11 +552,6 @@ can-transceiver {
 };
 
 &csi2_0 {
-	csi2_phy0: endpoint {
-		remote-endpoint = <&csi2_cam0>;
-		clock-lanes = <0>;
-		data-lanes = <1 2>;
-	};
 };
 
 &ipu2 {
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-04-12 14:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-12  7:53 [PATCH 1/2] ARM: dts: dra76-evm: remove ov5640 Tomi Valkeinen
2021-04-12  7:53 ` [PATCH 2/2] arm64: dts: ti: k3-am654-base-board: " Tomi Valkeinen
2021-04-12  8:00   ` Laurent Pinchart
2021-04-12  8:36     ` Pratyush Yadav
2021-04-12  9:15       ` Tomi Valkeinen
2021-04-12  9:26       ` Vignesh Raghavendra
2021-04-12 14:03   ` Nishanth Menon
2021-04-12  8:00 ` [PATCH 1/2] ARM: dts: dra76-evm: " Laurent Pinchart
2021-04-12  8:26   ` Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).