On Saturday 17 November 2012 01:07:43 Stephen Warren wrote: > That should be equivalent to something like: > > nvidia,ddc-i2c-bus = <&lcd_ddc>; > > with lcd_ddc pointing at /i2cmux/i2c@1 > > That seems to work fine for me; how about you? Yep, this is working! DC probing gets delayed probably because i2c is not available when it first tries to initialize it, and as a result fb0 becomes available 1 second later than when we feed the EDID data from the DT. But it work and is the most elegant solution, so we should definitely do this. Alex. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html