Skip to content

Commit 4afa82a

Browse files
committed
arm: mvebu: clearfog: enable watchdog in spl dtb
Add "bootph-pre-ram" flag to u-boot dts so that watchdog can already be started from SPL. Signed-off-by: Josua Mayer <josua@solid-run.com>
1 parent d3eea28 commit 4afa82a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm/dts/armada-388-clearfog-u-boot.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// SPDX-License-Identifier: GPL-2.0+
22

3+
&watchdog {
4+
bootph-pre-ram;
5+
};
6+
37
&spi1 {
48
bootph-pre-ram;
59

0 commit comments

Comments
 (0)