On Fri, Feb 26, 2016 at 5:34 PM, Tomi Valkeinen <tomi.valkeinen@xxxxxx> wrote: >> + /* Set up some inversion flags */ >> + timnp = of_get_child_by_name(node, "panel-timing"); >> + if (timnp && of_property_read_bool(timnp, "pixelclk-active")) { > > Hmm, why are you poking in the videomode DT properties directly? It is to provide backward compatibility with already deployed device trees that do not have this property set, so that they default to negative edge rather than positive edge. > If the > pixelclk-active was not defined in the DT, you should see it in the > videomode struct as neither DISPLAY_FLAGS_PIXDATA_POSEDGE nor > DISPLAY_FLAGS_PIXDATA_NEGEDGE being set (I think, I didn't go through > the code in detail). OK I'll take a look! Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html