summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6dl-aristainetos2b_4.dts
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2020-11-30 22:46:02 +0300
committerStefano Babic <sbabic@denx.de>2020-12-06 17:06:16 +0300
commit3cf02f5ffa4f85c3934495cddae1f39bc61314b6 (patch)
tree1cf3a062da110d923d836518fb95a492dbcffc2b /arch/arm/dts/imx6dl-aristainetos2b_4.dts
parentee1e04558ff8c8ed812b986939447f129bb0b0bb (diff)
downloadu-boot-3cf02f5ffa4f85c3934495cddae1f39bc61314b6.tar.xz
imx6: remove not longer supported aristainetos boards
Removed aristainetos2, 2b, 2b-csl. This boards have been recalled and destroyed. Adapt board code to remove stuff not needed anymore. Fix checkpatch warning, remove fdt_high and initrd_high from default environment. Signed-off-by: Heiko Schocher <hs@denx.de> zu remove
Diffstat (limited to 'arch/arm/dts/imx6dl-aristainetos2b_4.dts')
-rw-r--r--arch/arm/dts/imx6dl-aristainetos2b_4.dts50
1 files changed, 0 insertions, 50 deletions
diff --git a/arch/arm/dts/imx6dl-aristainetos2b_4.dts b/arch/arm/dts/imx6dl-aristainetos2b_4.dts
deleted file mode 100644
index a48a25c119..0000000000
--- a/arch/arm/dts/imx6dl-aristainetos2b_4.dts
+++ /dev/null
@@ -1,50 +0,0 @@
-// SPDX-License-Identifier: (GPL-2.0)
-/*
- * support for the imx6 based aristainetos2b board
- * parts for 4.3 inch LG display on spi1 port1
- *
- * Copyright (C) 2019 Heiko Schocher <hs@denx.de>
- *
- */
-/dts-v1/;
-
-#include "imx6dl-aristainetos2_4.dtsi"
-#include "imx6qdl-aristainetos2b.dtsi"
-
-/ {
- model = "aristainetos2b i.MX6 Dual Lite Board 4";
- compatible = "fsl,imx6dl";
-
-};
-
-&ecspi1 {
- lcd_panel: display@0 {
- compatible = "lg,lg4573";
- spi-max-frequency = <10000000>;
- reg = <1>;
- power-on-delay = <10>;
-
- display-timings {
- 480x800p57 {
- native-mode;
- clock-frequency = <27000027>;
- hactive = <480>;
- vactive = <800>;
- hfront-porch = <10>;
- hback-porch = <59>;
- hsync-len = <10>;
- vback-porch = <15>;
- vfront-porch = <15>;
- vsync-len = <15>;
- hsync-active = <1>;
- vsync-active = <1>;
- };
- };
-
- port {
- panel_in: endpoint {
- remote-endpoint = <&display_out>;
- };
- };
- };
-};