- 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: 38081master
parent
3f059f58db
commit
c90e521790
@ -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 = ð0; |
||||
// ethernet1 = ð1; |
||||
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; |
||||
}; |
||||
}; |
Loading…
Reference in new issue