ARM: dts: imxrt1050-evk-u-boot: make gpt1 present for SPL
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Thu, 13 May 2021 10:18:43 +0000 (12:18 +0200)
committerStefano Babic <sbabic@denx.de>
Wed, 9 Jun 2021 11:01:33 +0000 (13:01 +0200)
Timer needs to be already enabled in spl, so let's add its node to spl dtb.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
arch/arm/dts/imxrt1050-evk-u-boot.dtsi

index fb4f7f6..a4b50f0 100644 (file)
        };
 };
 
+&gpt1 {
+       u-boot,dm-spl;
+};
+
 &lpuart1 { /* console */
        u-boot,dm-spl;
 };