On Sun, Jan 05, 2014 at 05:04:48PM +0000, Russell King - ARM Linux wrote: > Second thing is this which was introduced by 7a399e3a2e05 between rc6 > and rc7: > > + if (flags & OF_GPIO_ACTIVE_LOW) > + port = GPIOF_OUT_INIT_LOW; > + else > + port = GPIOF_OUT_INIT_HIGH; > > - gpio_set_value(phy_reset, 1); > + gpio_set_value(phy_reset, !port); Fabio just sent a patch to revert it, and David has queued it. Sorry for that I did not catch it. Shawn -- 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