From: Archit Taneja Date: Mon, 16 Sep 2013 07:18:28 +0000 (+0530) Subject: ARM: OMAP2+: drm: Don't build device for DMM X-Git-Tag: omap-for-v3.13/board-signed~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dfebabd4852b08ec0093d6f78aba7bc1b100318;p=pandora-kernel.git ARM: OMAP2+: drm: Don't build device for DMM DMM exists on omap4+ platforms, these platforms are always expected to boot with DT. Remove the current method of searching the dmm hwmod and building an omap_device for dmm. For OMAP4, the address and irq data for DMM hwmod(along with other blocks) were removed, so the current method fails in the dmm driver's probe anyway. The addition of DMM nodes in DT will ensure that a DMM device is built correctly. Cc: Andy Gross Signed-off-by: Archit Taneja Acked-by: Tomi Valkeinen Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed