summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx6_ov5640_overlay.dts
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2022-08-11 13:29:38 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2022-08-11 13:29:38 +0200
commitee4bc9b0dc2426ba3aef50e2d0c254b4e8fbbb43 (patch)
treef1bbabc537ed6476982f28a603a91fe8f78f6086 /overlays/apalis-imx6_ov5640_overlay.dts
parentd5905ae8af38f9b715f6605f239e53cc04f3e087 (diff)
remove unsupported 32bit machines
Toradex 32bit machines are no longer supported on the downstream branch so remove them and adjust the Makefile. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Diffstat (limited to 'overlays/apalis-imx6_ov5640_overlay.dts')
-rw-r--r--overlays/apalis-imx6_ov5640_overlay.dts35
1 files changed, 0 insertions, 35 deletions
diff --git a/overlays/apalis-imx6_ov5640_overlay.dts b/overlays/apalis-imx6_ov5640_overlay.dts
deleted file mode 100644
index 81ed73f..0000000
--- a/overlays/apalis-imx6_ov5640_overlay.dts
+++ /dev/null
@@ -1,35 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/*
- * Copyright 2021 Toradex
- */
-
-// CSI Camera Module 5MP OV5640, EOL Toradex product.
-
-/dts-v1/;
-/plugin/;
-
-#include <imx6q-pinfunc.h>
-
-/ {
- compatible = "toradex,apalis_imx6q";
-};
-
-&i2c3 {
- status = "okay";
-};
-
-&ov5640_csi_cam {
- clocks = <&clk_ov5640_osc>;
- status = "okay";
-};
-
-&pinctrl_cam_mclk {
- fsl,pins = <
- /* stash CAM sys_mclk */
- MX6QDL_PAD_NANDF_CS2__GPIO6_IO15 0x0000
- >;
-};
-
-&mipi_csi {
- status = "okay";
-};