]> Git Repo - J-u-boot.git/commitdiff
rockchip: dts: rk3399: rock-pi-4: Use LPDDR4-100 dtsi
authorJagan Teki <[email protected]>
Tue, 16 Jul 2019 11:57:45 +0000 (17:27 +0530)
committerKever Yang <[email protected]>
Sat, 20 Jul 2019 15:59:44 +0000 (23:59 +0800)
Use LPDDR4-100 sdram timings dtsi for RockPI-4 board.

All these timings are processed during TPL stage of rock-pi-4 board,
bootchain. This make TPL would replace rockchip in house rkbin in
current bootchain.

Bootchain after and before this change:

   TPL -> SPL -> U-Boot proper

 rkbin -> SPL -> U-Boot proper

Signed-off-by: Jagan Teki <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi

index f8d8e33383f760f84ce3fc3106761956c4a93060..5bd8696666aabfbc13fb285d3f6203f3133fd876 100644 (file)
@@ -4,6 +4,8 @@
  */
 
 #include "rk3399-u-boot.dtsi"
+#include "rk3399-sdram-lpddr4-100.dtsi"
+
 / {
        chosen {
                u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
This page took 0.034353 seconds and 4 git commands to generate.