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

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: NManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: NAndre Przywara <andre.przywara@arm.com>
Signed-off-by: NAmit Singh Tomar <amittomer25@gmail.com>
上级 4939beea
// SPDX-License-Identifier: GPL-2.0+
/*
*/
/{
soc {
u-boot,dm-pre-reloc;
};
};
&uart5 {
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.
先完成此消息的编辑!
想要评论请 注册