mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-28 01:01:22 +02:00
ARM: dts: at91: sama5d2: add u-boot, dm-pre-reloc property for TCB
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>
This commit is contained in:
parent
757647313d
commit
3d3fdaf075
@ -363,6 +363,7 @@
|
|||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
reg = <35>;
|
reg = <35>;
|
||||||
atmel,clk-output-range = <0 83000000>;
|
atmel,clk-output-range = <0 83000000>;
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
tcb1_clk: tcb1_clk@36 {
|
tcb1_clk: tcb1_clk@36 {
|
||||||
@ -648,10 +649,12 @@
|
|||||||
clock-names = "t0_clk", "gclk", "slow_clk";
|
clock-names = "t0_clk", "gclk", "slow_clk";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
|
||||||
timer0: timer@0 {
|
timer0: timer@0 {
|
||||||
compatible = "atmel,tcb-timer";
|
compatible = "atmel,tcb-timer";
|
||||||
reg = <0>, <1>;
|
reg = <0>, <1>;
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user