]> git.baikalelectronics.ru Git - uboot.git/commitdiff
ARM: dts: at91: sama5d2: add u-boot, dm-pre-reloc property for TCB
authorClément Léger <clement.leger@bootlin.com>
Thu, 31 Mar 2022 08:55:09 +0000 (10:55 +0200)
committerEugen Hristev <eugen.hristev@microchip.com>
Fri, 1 Apr 2022 12:42:46 +0000 (15:42 +0300)
In order to use the TCB early in boot and in the SPL, add
u-boot,dm-pre-reloc property for the TCB and the clock that is used by
the driver (tcb0_clk).

Signed-off-by: Clément Léger <clement.leger@bootlin.com>
arch/arm/dts/sama5d2.dtsi

index 058009adcade9f15f22d264d87dde47850f6cac9..d92bdd5588ca9d4dc17477a9d725ab129a76ff0b 100644 (file)
                                                #clock-cells = <0>;
                                                reg = <35>;
                                                atmel,clk-output-range = <0 83000000>;
+                                               u-boot,dm-pre-reloc;
                                        };
 
                                        tcb1_clk: tcb1_clk@36 {
                                clock-names = "t0_clk", "gclk", "slow_clk";
                                #address-cells = <1>;
                                #size-cells = <0>;
+                               u-boot,dm-pre-reloc;
 
                                timer0: timer@0 {
                                        compatible = "atmel,tcb-timer";
                                        reg = <0>, <1>;
+                                       u-boot,dm-pre-reloc;
                                };
                        };