arm: dts: actions: s900: add u-boot specific dtsi file

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.

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
This commit is contained in:
Amit Singh Tomar 2020-04-19 19:28:29 +05:30 committed by Tom Rini
parent 4939beea8e
commit 5bc4c0bccc
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
// SPDX-License-Identifier: GPL-2.0+
/*
*/
/{
soc {
u-boot,dm-pre-reloc;
};
};
&uart5 {
u-boot,dm-pre-reloc;
};
&cmu {
u-boot,dm-pre-reloc;
};