diff options
| author | Giulio Benetti <[email protected]> | 2021-05-13 12:18:35 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-06-09 13:01:33 +0200 |
| commit | e5d10f4442598f83c77a983bc136c84a9199e8e5 (patch) | |
| tree | d93396ee8300f3f053fd69bdad7e9202139afd1c | |
| parent | bc4944051ed832e36234de39ba641870b839c70e (diff) | |
ARM: dts: imxrt1020-evk: set gpt1 as tick-timer for u-boot
Let's set gpt1 as u-boot timer.
Signed-off-by: Giulio Benetti <[email protected]>
| -rw-r--r-- | arch/arm/dts/imxrt1020-evk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/imxrt1020-evk.dts b/arch/arm/dts/imxrt1020-evk.dts index a471ff38388..b527206fcfe 100644 --- a/arch/arm/dts/imxrt1020-evk.dts +++ b/arch/arm/dts/imxrt1020-evk.dts @@ -16,6 +16,7 @@ chosen { bootargs = "root=/dev/ram"; stdout-path = "serial0:115200n8"; + tick-timer = &gpt1; }; memory { |
