diff options
Diffstat (limited to 'arch/arm/dts/rk3368-lion-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/rk3368-lion-u-boot.dtsi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/arm/dts/rk3368-lion-u-boot.dtsi b/arch/arm/dts/rk3368-lion-u-boot.dtsi index 6052e8a8d3..a9b7f81c62 100644 --- a/arch/arm/dts/rk3368-lion-u-boot.dtsi +++ b/arch/arm/dts/rk3368-lion-u-boot.dtsi @@ -13,6 +13,7 @@ chosen { stdout-path = "serial0:115200n8"; u-boot,spl-boot-order = &emmc, &sdmmc; + tick-timer = "/timer@ff810000"; }; }; @@ -70,24 +71,25 @@ }; &emmc { - u-boot,dm-pre-reloc; + u-boot,dm-spl; }; &sdmmc { - u-boot,dm-pre-reloc; + u-boot,dm-spl; }; &spi1 { - u-boot,dm-pre-reloc; + u-boot,dm-spl; spiflash: w25q32dw@0 { - u-boot,dm-pre-reloc; + u-boot,dm-spl; }; }; &timer0 { u-boot,dm-pre-reloc; clock-frequency = <24000000>; + status = "okay"; }; |