diff mbox series

[v7,5/7] arm: dts: rk3188: Add rk3188-u-boot.dtsi

Message ID 20200109184622.3098-6-jagan@amarulasolutions.com (mailing list archive)
State New, archived
Headers show
Series rockchip: Add Binman support | expand

Commit Message

Jagan Teki Jan. 9, 2020, 6:46 p.m. UTC
Add U-Boot specific dtsi file for rk3188 SoC. This
would help to add U-Boot specific dts nodes, properties
which are common across rk3188.

Right now, the file is empty, will add required changes
in future patches.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 arch/arm/dts/rk3188-radxarock-u-boot.dtsi | 2 ++
 arch/arm/dts/rk3188-u-boot.dtsi           | 4 ++++
 2 files changed, 6 insertions(+)
 create mode 100644 arch/arm/dts/rk3188-u-boot.dtsi

Comments

Kever Yang Jan. 17, 2020, 6:53 a.m. UTC | #1
On 2020/1/10 上午2:46, Jagan Teki wrote:
> Add U-Boot specific dtsi file for rk3188 SoC. This
> would help to add U-Boot specific dts nodes, properties
> which are common across rk3188.
>
> Right now, the file is empty, will add required changes
> in future patches.
>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>   arch/arm/dts/rk3188-radxarock-u-boot.dtsi | 2 ++
>   arch/arm/dts/rk3188-u-boot.dtsi           | 4 ++++
>   2 files changed, 6 insertions(+)
>   create mode 100644 arch/arm/dts/rk3188-u-boot.dtsi
>
> diff --git a/arch/arm/dts/rk3188-radxarock-u-boot.dtsi b/arch/arm/dts/rk3188-radxarock-u-boot.dtsi
> index 1bb5408592..204bb3a90e 100644
> --- a/arch/arm/dts/rk3188-radxarock-u-boot.dtsi
> +++ b/arch/arm/dts/rk3188-radxarock-u-boot.dtsi
> @@ -3,6 +3,8 @@
>    * Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd.
>    */
>   
> +#include "rk3188-u-boot.dtsi"
> +
>   &cru {
>   	u-boot,dm-spl;
>   };
> diff --git a/arch/arm/dts/rk3188-u-boot.dtsi b/arch/arm/dts/rk3188-u-boot.dtsi
> new file mode 100644
> index 0000000000..1e7d079315
> --- /dev/null
> +++ b/arch/arm/dts/rk3188-u-boot.dtsi
> @@ -0,0 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0+
> +/*
> + * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
> + */
diff mbox series

Patch

diff --git a/arch/arm/dts/rk3188-radxarock-u-boot.dtsi b/arch/arm/dts/rk3188-radxarock-u-boot.dtsi
index 1bb5408592..204bb3a90e 100644
--- a/arch/arm/dts/rk3188-radxarock-u-boot.dtsi
+++ b/arch/arm/dts/rk3188-radxarock-u-boot.dtsi
@@ -3,6 +3,8 @@ 
  * Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd.
  */
 
+#include "rk3188-u-boot.dtsi"
+
 &cru {
 	u-boot,dm-spl;
 };
diff --git a/arch/arm/dts/rk3188-u-boot.dtsi b/arch/arm/dts/rk3188-u-boot.dtsi
new file mode 100644
index 0000000000..1e7d079315
--- /dev/null
+++ b/arch/arm/dts/rk3188-u-boot.dtsi
@@ -0,0 +1,4 @@ 
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
+ */