imx: ventana: remove several EEPROM config bit dependence
authorTim Harvey <tharvey@gateworks.com>
Tue, 24 May 2016 18:03:57 +0000 (11:03 -0700)
committerStefano Babic <sbabic@denx.de>
Tue, 31 May 2016 15:26:00 +0000 (17:26 +0200)
commitfe63fcb6cafc1d5597b747dd673bf092f116b6d6
treeb9658a841df835389a43ee8c44088766d60fadab
parent5c55572ff70d71b707e68b0fb811de27814626c0
imx: ventana: remove several EEPROM config bit dependence

Removed several EEPROM bit dependencies:
 - for dt aliases that don't exist and thus don't ever do anything
   (pcie,lvds1,uart*,vpu,csi*,hdmi_in,hdmi_out,cvbs_in,cvbs_out,gps)
 - for features that don't effect bus ordering or have no detrimental affect
   if erroneously enabled when not present (ahci,nand,i2c*)
 - for features that have little to no impact on being erroneously enabled
   but high impact if erroneously disabled (can*, spi*)
 - for features that have an high adverse affect of not being set when they
   should and no adverse affect of being set when they
   shouldn't (ipu*).

Removing these means the following:
 - these no longer are supported with the econfig command
 - these no longer affect the device-tree in any way

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
board/gateworks/gw_ventana/eeprom.c