Hi Tomeu, On Wed, Feb 11, 2015 at 7:06 AM, Tomeu Vizoso <[email protected]> wrote: > From: Andrew Bresticker <[email protected]> > > Allow for a warm reset GPIO to be passed to the PMC driver via DT > which will be used to reset the system instead of writing to PMC_CTRL. > The GPIO will be asserted at reset time and, if this fails to reset > the system, we'll fall back to using PMC_CTRL. > > Signed-off-by: Andrew Bresticker <[email protected]> > [[email protected]: Rebased] > Signed-off-by: Tomeu Vizoso <[email protected]>
There's actually gpio-restart driver now, which I think is what you want instead of this. See drivers/power/reset/gpio-restart.c. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
