On 05/08/2019 02:21 AM, Jagan Teki wrote: > 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 <[email protected]>
Reviewed-by: Kever Yang <[email protected]> Thanks, - Kever > --- > arch/arm/dts/rk3399-u-boot.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/dts/rk3399-u-boot.dtsi b/arch/arm/dts/rk3399-u-boot.dtsi > index f533ed95eb..0786c1193a 100644 > --- a/arch/arm/dts/rk3399-u-boot.dtsi > +++ b/arch/arm/dts/rk3399-u-boot.dtsi > @@ -6,3 +6,7 @@ > &sdmmc { > u-boot,dm-pre-reloc; > }; > + > +&spi1 { > + u-boot,dm-pre-reloc; > +}; _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

