reset: add polarity field into struct reset_ctl
authorShawn Guo <[email protected]>
Wed, 20 Mar 2019 07:32:38 +0000 (15:32 +0800)
committerTom Rini <[email protected]>
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 <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
include/reset.h