Hikey: enable watchdog reset
authorLeo Yan <leo.yan@linaro.org>
Tue, 29 Aug 2017 06:38:06 +0000 (14:38 +0800)
committerLeo Yan <leo.yan@linaro.org>
Tue, 29 Aug 2017 06:38:06 +0000 (14:38 +0800)
commit3506ff110c703db6a1b27d716dd46c318e4f37d6
tree9dc9eed0d80b1057fae4bb768e4f6809c130e843
parentf91e8d1af6bbe64747de138f5afdabbd901e17d5
Hikey: enable watchdog reset

At the system boot time we need enable watchdog reset, otherwise after
the watchdog is timeout it cannot reset the SoC. We need set the bit 0
and bit 16 together, the bit 16 is mask bit so after set bit 16 we have
permission to operate bit 0 and bit 0 is watchdog reset enabling bit.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
plat/hisilicon/hikey/hisi_pwrc.c