commit | 41e905bd12c30a375f8b5a8629d9256a6451491c | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Jul 11 08:35:22 2018 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Jul 19 10:49:55 2018 +0200 |
tree | ac0aa45ab09ee1a75fdfb6b8e0341ed05f98e58a | |
parent | 169d34b8df44d96f7a3de470a2b3297f3cedc9fe [diff] |
arm: zynq: Try to enable the first watchdog via aliases The same change as was done for zynqmp with this description: Add support for enabling the first watchdog pointed via aliases. DT fragment: aliases { ... watchdog0= &watchdog0; watchdog1 = &watchdog_lpd; ... }; <zynqmp example removed> Till this patch the first watchdog found in DT was used and started which is not enabling all possible configuration based on user request. Signed-off-by: Michal Simek <michal.simek@xilinx.com>