Skip to content
Snippets Groups Projects
Commit e2162d70 authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

imx: Remove boolean parameter from wdog powerdown function


imx_set_wdog_powerdown() is always used to disable the power down
enable bit, so remove the boolean parameter of the function.

It is also a bit strange to write a boolean value into registers,
so this new version makes explicit that we are writing 0.

While at it, rename it to imx_wdog_disable_powerdown().

Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
parent b42287f4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment