The DMM/Tiler block can used by omapdrm to allocate frame buffers. With the removal of address and irq data from the omap4 hwmods, the probe of DMM driver fails and omapdrm isn't able to utilize the DMM hardware. Add DMM bindings for omap4 and omap5. Also, make sure DRM device is built only when omapdss device is built. Currently, it can register itself even without the presence of omapdss device being built. Archit Taneja (4): arm: omap: display: Create omapdrm inside omap_display_init ARM: dts: OMAP4+: Add DMM bindings drm: omap: Enable DT support for DMM arm: omap: display: Don't build device for DMM Documentation/devicetree/bindings/arm/omap/dmm.txt | 17 ++++++ arch/arm/boot/dts/omap4.dtsi | 7 +++ arch/arm/boot/dts/omap5.dtsi | 7 +++ arch/arm/mach-omap2/Makefile | 4 -- arch/arm/mach-omap2/display.c | 43 ++++++++++++++ arch/arm/mach-omap2/drm.c | 67 ---------------------- drivers/gpu/drm/omapdrm/omap_dmm_tiler.c | 11 ++++ 7 files changed, 85 insertions(+), 71 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/omap/dmm.txt delete mode 100644 arch/arm/mach-omap2/drm.c -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html