]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: imxrt1020-evk-u-boot: make gpt1 present for SPL
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Thu, 13 May 2021 10:18:36 +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/imxrt1020-evk-u-boot.dtsi

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