9
0
Fork 0
barebox/drivers/reset
Lucas Stach 34e8a227d4 reset: fix non GPIO reset
The reset controller structure is zero initialized in the OF
reset case, but as 0 is also a valid GPIO number the current
code tries to assert/deassert the GPIO instead of calling into
the reset controller device.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-01-11 11:26:12 +01:00
..
Kconfig reset: add reset controller framework 2014-05-15 14:17:11 +02:00
Makefile reset: add reset controller framework 2014-05-15 14:17:11 +02:00
core.c reset: fix non GPIO reset 2016-01-11 11:26:12 +01:00