u-boot/board/xilinx
Michal Simek 501fc50a29 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>
2018-07-19 10:49:55 +02:00
..
microblaze-generic microblaze: Remove unused XILINX_BOARD_NAME macro 2018-07-19 10:49:54 +02:00
zynq arm: zynq: Try to enable the first watchdog via aliases 2018-07-19 10:49:55 +02:00
zynqmp arm64: zynqmp: Try to enable the first watchdog via aliases 2018-07-19 10:49:55 +02:00
zynqmp_r5 arm: zynqmp: Add ZynqMP minimal R5 support 2018-05-11 09:38:23 +02:00
Kconfig arm/arm64: zynq/zynqmp: pass the PS init file as a kconfig variable 2018-07-19 10:49:53 +02:00