]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: OMAP: fix dsi regulator names
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 31 May 2013 07:37:52 +0000 (10:37 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 12 Jun 2013 13:59:39 +0000 (06:59 -0700)
commit1738ddbe5bbf145c34d8d0d10661ffbdf9b23f2b
treeb53dd0cb03377be3d634728739df31a57a852144
parent317ddd256b9c24b0d78fa8018f80f1e495481a10
ARM: OMAP: fix dsi regulator names

board-cm-t35.c and board-ldp.c contain regulator supply entries for
vdds_dsi. However, the given device name is wrong.

This patch fixes the device name from omapdss_dsi1 to omapdss_dsi.0.

Note that as far as I know, DSI driver is not used on these boards, so
this should not have caused any problems. The DSI block can be used to
generate clock for DPI, though, but that's not enabled for omap3 boards
currently.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-cm-t35.c
arch/arm/mach-omap2/board-ldp.c