diff options
author | Heiko Schocher <hs@denx.de> | 2017-06-28 11:24:58 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-29 10:01:12 -0400 |
commit | be2787bf29a066e603235a694325ce74426043b4 (patch) | |
tree | d56a9770d7e3bb72a7d949dc2a60f237d048a45e /arch/arm/dts | |
parent | e91ead868b536d0a0dc49aa48f4d8c80c1a94b79 (diff) |
atmel, at91: fix taurus board
since commit: f8b7fff1d5c5 "serial: atmel_usart: Add clk support"
taurus board comes not up anymore. Fix it.
Signed-off-by: Heiko Schocher <hs@denx.de>
Acked-by: Wenyou Yang <wenyou.yang@microchip.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/at91sam9g20-taurus.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/at91sam9g20-taurus.dts b/arch/arm/dts/at91sam9g20-taurus.dts index f27d77279f..7931c0af7b 100644 --- a/arch/arm/dts/at91sam9g20-taurus.dts +++ b/arch/arm/dts/at91sam9g20-taurus.dts @@ -18,6 +18,7 @@ compatible = "atmel,at91sam9g20ek", "atmel,at91sam9g20", "atmel,at91sam9"; chosen { + u-boot,dm-pre-reloc; stdout-path = &dbgu; }; @@ -48,6 +49,7 @@ }; dbgu: serial@fffff200 { + u-boot,dm-pre-reloc; status = "okay"; }; |