diff mbox series

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

Message ID 1547469671-1487-7-git-send-email-amittomer25@gmail.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series [U-Boot,v2,1/9] arm: actions: Add common framework for Actions Semi SoCs | expand

Commit Message

Amit Tomer Jan. 14, 2019, 12:41 p.m. UTC
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 <amittomer25@gmail.com>
---
Changes since v1:
	* This is newly added file that was *not* present in v1 and
          contains u-boot specific changes.	
---
 arch/arm/dts/s700-u-boot.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 arch/arm/dts/s700-u-boot.dtsi

Comments

Manivannan Sadhasivam Jan. 17, 2019, 4:34 p.m. UTC | #1
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 <amittomer25@gmail.com>
> ---
> Changes since v1:
> 	* This is newly added file that was *not* present in v1 and
>           contains u-boot specific changes.	
> ---
>  arch/arm/dts/s700-u-boot.dtsi | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 arch/arm/dts/s700-u-boot.dtsi
> 
> diff --git a/arch/arm/dts/s700-u-boot.dtsi b/arch/arm/dts/s700-u-boot.dtsi
> new file mode 100644
> index 0000000..46e98de
> --- /dev/null
> +++ b/arch/arm/dts/s700-u-boot.dtsi
> @@ -0,0 +1,14 @@
> +/{

Missing License and description.

Regards,
Mani

> +	soc {
> +		u-boot,dm-pre-reloc;
> +	};
> +};
> +
> +&uart3 {
> +	u-boot,dm-pre-reloc;
> +};
> +
> +&cmu {
> +	u-boot,dm-pre-reloc;
> +};
> +
> -- 
> 2.7.4
>
diff mbox series

Patch

diff --git a/arch/arm/dts/s700-u-boot.dtsi b/arch/arm/dts/s700-u-boot.dtsi
new file mode 100644
index 0000000..46e98de
--- /dev/null
+++ b/arch/arm/dts/s700-u-boot.dtsi
@@ -0,0 +1,14 @@ 
+/{
+	soc {
+		u-boot,dm-pre-reloc;
+	};
+};
+
+&uart3 {
+	u-boot,dm-pre-reloc;
+};
+
+&cmu {
+	u-boot,dm-pre-reloc;
+};
+