]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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 fb4f7f6f9df7a2fdb4758351f5a325654e1a8cb4..a4b50f0bb2a32d8128150546ed418924640b3263 100644 (file)
        };
 };
 
+&gpt1 {
+       u-boot,dm-spl;
+};
+
 &lpuart1 { /* console */
        u-boot,dm-spl;
 };