Re: [U-Boot] [PATCH v2 7/9] actions:s700: add u-boot specific dts file

2019-01-17 Thread Manivannan Sadhasivam
On Mon, Jan 14, 2019 at 06:11:09PM +0530, Amit Singh Tomar wrote: > Devices like uart and clk are needed to be enabled before relocation. > this patch adds u-boot.dtsi file that mark these device as dm-pre-reloc. > > Signed-off-by: Amit Singh Tomar > --- > Changes since v1: > * This is

[U-Boot] [PATCH v2 7/9] actions:s700: add u-boot specific dts file

2019-01-14 Thread Amit Singh Tomar
Devices like uart and clk are needed to be enabled before relocation. this patch adds u-boot.dtsi file that mark these device as dm-pre-reloc. Signed-off-by: Amit Singh Tomar --- Changes since v1: * This is newly added file that was *not* present in v1 and contains u-boot