rockchip: dts: rk3399-u-boot: Add u-boot, dm-pre-reloc for spi1
authorJagan Teki <jagan@amarulasolutions.com>
Tue, 7 May 2019 18:21:51 +0000 (23:51 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 8 May 2019 09:34:13 +0000 (17:34 +0800)
Add u-boot,dm-pre-reloc property for spi1, so-that the
subsequent rk3399 boards which boot from SPI.

This help to separate the u-boot specific properties away
from base dts files so-that the Linux sync become easy and
meaningful.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3399-u-boot.dtsi

index f533ed95eb7380334825ff92f2bf9e7479831739..0786c1193ab91640784eee0ddaab077946eee21e 100644 (file)
@@ -6,3 +6,7 @@
 &sdmmc {
        u-boot,dm-pre-reloc;
 };
+
+&spi1 {
+       u-boot,dm-pre-reloc;
+};