commit | 95b25c589158d97fbc6d5504b434aef263798fa7 | [log] [tgz] |
---|---|---|
author | John Crispin <blogic@openwrt.org> | Fri Feb 19 09:44:11 2016 +0100 |
committer | Matthias Brugger <matthias.bgg@gmail.com> | Wed Apr 20 13:03:03 2016 +0200 |
tree | 616ade19539b7f6ce4edb0708dfac2da5499e7b1 | |
parent | 174f7b4ce15f9edd77caac67a82c686c54788485 [diff] |
soc: mediatek: PMIC wrap: move wdt_src into the pmic_wrapper_type struct Different SoCs will use different bitmask for the wdt_src. This patch defines the bitmask in the pmic_wrapper_type struct. This allows us to support new SoCs with a different bitmask to the one currently used. Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>