aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6q-ventana.dtsi
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-09-20 01:59:33 +0000
committerLuka Perkov <luka@openwrt.org>2013-09-20 01:59:33 +0000
commitc90e521790ea3734acbd4ec6c697baff68bbc05d (patch)
tree9d3787eee7e3d5d9682630b949c64b7fd4d8adc1 /target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6q-ventana.dtsi
parent3f059f58dba3a1fb9e1e5035b437273f095040f6 (diff)
downloadupstream-c90e521790ea3734acbd4ec6c697baff68bbc05d.tar.gz
upstream-c90e521790ea3734acbd4ec6c697baff68bbc05d.tar.bz2
upstream-c90e521790ea3734acbd4ec6c697baff68bbc05d.zip
imx6: update gw5400-a dts
- remove common imx6q-ventana.dtsi - there isn't enough commonality to warrent this - rename user led's to 1-based - add alises used by bootloader - clean up iomux gpios - fix pfuze slave address - enable sata - add delay after release of pci reset downstream from PCIe switch - remove PCIe clock configuration as its now handled in updated driver Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38081
Diffstat (limited to 'target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6q-ventana.dtsi')
-rw-r--r--target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6q-ventana.dtsi51
1 files changed, 0 insertions, 51 deletions
diff --git a/target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6q-ventana.dtsi b/target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6q-ventana.dtsi
deleted file mode 100644
index 7cebdba1ea..0000000000
--- a/target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6q-ventana.dtsi
+++ /dev/null
@@ -1,51 +0,0 @@
-/*
- * Copyright 2013 Gateworks Corporation
- *
- * The code contained herein is licensed under the GNU General Public
- * License. You may obtain a copy of the GNU General Public License
- * Version 2 or later at the following locations:
- *
- * http://www.opensource.org/licenses/gpl-license.html
- * http://www.gnu.org/copyleft/gpl.html
- */
-
-#include "imx6q.dtsi"
-
-/ {
- model = "Gateworks Ventana";
- system-serial = "";
-
- // these are used by bootloader for disabling nodes
- aliases {
- // ethernet0 = &eth0;
- // ethernet1 = &eth1;
- ssi0 = &ssi1;
- ssi1 = &ssi2;
- ipu0 = &ipu1;
- ipu1 = &ipu2;
- // mipi_csi = &mipi_csi;
- // mipi_dsi = &mipi_dsi;
- usdhc0 = &usdhc1;
- usdhc1 = &usdhc2;
- usdhc2 = &usdhc3;
- usdhc3 = &usdhc4;
- i2c0 = &i2c1;
- i2c1 = &i2c2;
- i2c2 = &i2c3;
- usb0 = &usbh3;
- usb1 = &usbotg;
- spi0 = &ecspi1;
- spi1 = &ecspi2;
- spi2 = &ecspi3;
- spi3 = &ecspi4;
- spi4 = &ecspi5;
- pwm0 = &pwm1;
- pwm1 = &pwm2;
- pwm2 = &pwm3;
- pwm3 = &pwm4;
- can0 = &can1;
- led0 = &led0;
- led1 = &led1;
- led2 = &led2;
- };
-};