[PATCH V2] mt_ventoux: support for TeeJet Mt.Ventoux board
From: tony@atomide.com (Tony Lindgren)
Date: 2012-03-05 21:46:41
Also in:
linux-devicetree, linux-omap
From: tony@atomide.com (Tony Lindgren)
Date: 2012-03-05 21:46:41
Also in:
linux-devicetree, linux-omap
* Stefano Babic [off-list ref] [120201 02:20]:
On 28/12/2011 00:09, Ilya Yanok wrote:quoted
This patch adds support for TeeJet Mt.Ventoux board based on TAM3517 SOM. Supported devices: - Serial - Ethernet - NAND - USB host - LCD - Touchscreen - CAN controller - ADC128S converter Signed-off-by: Ilya Yanok <redacted> --- Changes from V1: - Fixed indentation (use tabs not spaces) - Fixed over 80 characters lines - Added #if defined(CONFIG_SENSORS_ADCXX_MODULE) to allow adcxx to be a module. - Fixes for compilation with CONFIG_TOUCHSCREEN_ADS7846!=y - Added defined(CONFIG_TOUCHSCREEN_ADS7846_MODULE) - Moved call to omap_ads7846_init to separate small function - Register fixed regulator used for touchscreen only if the driver is enabled - Changed board name (MT_VENTOUX -> Mt.Ventoux)Hi Tony, can I ask you about the status of these patches ? I have not seen open comments, do you think they can be merged in your tree ?
Yes I can carry some board-*.c files until device tree is usable for basic features. There's still some hsmmc changes pending that I'd like to get out of the way before adding new ones as then it means I have to keep updating those board files separately. Regards, Tony