On 10/21/2013 10:57 AM, Russell King - ARM Linux wrote: > On Mon, Oct 21, 2013 at 11:27:30AM +0200, Sascha Hauer wrote: >> If you have a better vision how imx-drm can be implemented without >> getting crazy I'd love to hear about it. Please also think about the two >> IPUs the i.MX6 has, the single one on i.MX5, parallel displays, HDMI >> displays, LVDS displays, VGA encoder on i.MX53, external I2C slave >> encoders,... > > Well, the multi-driver solution is just too fragile: the problem > with it is you can never be sure when all the drivers have definitely > finished initialising. This problem is made much worse should one of > them use deferred probing. ASoC has a very similar structure; e.g. an I2S controller and DMA controller within the SoC, an external audio CODEC, and an I2C (or SPI?) controller to communicate with the CODEC, all make up a "sound card". ASoC solves this by having a "sound card" device to represent the aggregation. This translates into a DT node for the "sound card". That node is slightly virtual in that in some ways it doesn't really represent specific HW on the board. Yet, in other ways it really does; at the very least it represents the PCB wiring between all those different components that it aggregates and the intent of the existence of all those components in HW to create a sound output feature. Perhaps something similar can be done for DRM? -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html