diff options
author | Clément Léger | 2022-03-31 10:55:09 +0200 |
---|---|---|
committer | Eugen Hristev | 2022-04-01 15:42:46 +0300 |
commit | 3d3fdaf0758f1fe240774a7394d6cf04573ffd5c (patch) | |
tree | 602fc0ee9a936fbbdc2c044ffa0b557d83681a9e /arch | |
parent | 757647313dd69324c5a01125b5ce9664058fee50 (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/sama5d2.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi index 058009adcad..d92bdd5588c 100644 --- a/arch/arm/dts/sama5d2.dtsi +++ b/arch/arm/dts/sama5d2.dtsi @@ -363,6 +363,7 @@ #clock-cells = <0>; reg = <35>; atmel,clk-output-range = <0 83000000>; + u-boot,dm-pre-reloc; }; tcb1_clk: tcb1_clk@36 { @@ -648,10 +649,12 @@ 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; }; }; |