reset: add polarity field into struct reset_ctl
authorShawn Guo <shawn.guo@linaro.org>
Wed, 20 Mar 2019 07:32:38 +0000 (15:32 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 23 Apr 2019 21:57:24 +0000 (17:57 -0400)
commitf5ed7481e7665d2d15037fc8eb118b0a79b24019
tree1803abf3ddc6d6d0f142b4aded4ec31d0268555b
parentaec4298ccb337106fd0115b91d846a022fdf301d
reset: add polarity field into struct reset_ctl

Some reset controllers support different polarities for reset operation,
so let's add a polarity field into struct reset_ctl.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
include/reset.h