From: Tomi Valkeinen Date: Thu, 29 Aug 2013 13:06:27 +0000 (+0300) Subject: OMAPDSS: fix DPI and SDI device ids X-Git-Tag: v3.12-rc1~138^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35f5df6fd8048fae124c21b48b84dbc1879000bf;p=pandora-kernel.git OMAPDSS: fix DPI and SDI device ids The DPI and SDI platform devices are currently created with the ID of -1. The ID doesn't currently affect anything. However, we have added regulator supply entries for "omapdss_dpi.0" and "omapdss_sdi.0" to the board files, although these supply entries are not yet used. As the ID used for the devices is -1, these regulator supply entries will not work. To fix the issue, assign ID of 0 to the devices. In the future there may be more than one DPI or SDI output, so it makes sense to have a proper ID for them. Signed-off-by: Tomi Valkeinen Reviewed-by: Archit Taneja --- Reading git-diff-tree failed