commit | 2af2ac7a2807ef711094b51a969aa656d26cb33a | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Wed Nov 21 15:53:36 2012 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Apr 04 11:51:04 2013 +0300 |
tree | 5c0605823d22bbbba53ac44409d43bc52bb69386 | |
parent | 20012c775a8fd369ccd9d6f83d46a8942f0ebb20 [diff] |
arm: omap: board-omap3pandora: use tpo panel's gpio handling The omap3pandora board file currently passes the reset gpio number to the tpo-td043mtea1 panel driver via the reset_gpio field in omap_dss_device. Platform related information should be passed via the panel driver's platform data struct. Add the reset gpio information to panel_tpo_td043_data so that it's passed to the panel driver. Signed-off-by: Archit Taneja <archit@ti.com> Cc: Tony Lindgren <tony@atomide.com>