提交 ea6314a7 编写于 作者: A Amit Singh Tomar 提交者: Tom Rini

arm: dts: actions: s700: 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: NManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: NAndre Przywara <andre.przywara@arm.com>
Signed-off-by: NAmit Singh Tomar <amittomer25@gmail.com>
上级 1050eaa0
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2020 Amit Singh Tomar <amittomer25@gmail.com>
*/
/{
soc {
u-boot,dm-pre-reloc;
};
};
&uart3 {
u-boot,dm-pre-reloc;
};
&cmu {
u-boot,dm-pre-reloc;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册