diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-01-10 00:16:19 +0530 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2020-01-30 11:44:01 +0800 |
commit | f48299a883884f43a7bc5f530b696a44ab675aed (patch) | |
tree | 543ae5b1f15b6a500d12391be44f682e979eba29 /arch/arm/dts/rk3036-sdk-u-boot.dtsi | |
parent | 66ffe317871e01db6ee8ba6cb69ec8a025d00c3d (diff) |
arm: dts: rk3036: Add rk3036-u-boot.dtsi
Add U-Boot specific dtsi file for rk3036 SoC. This
would help to add U-Boot specific dts nodes, properties
which are common across rk3036.
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>
Diffstat (limited to 'arch/arm/dts/rk3036-sdk-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/rk3036-sdk-u-boot.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3036-sdk-u-boot.dtsi b/arch/arm/dts/rk3036-sdk-u-boot.dtsi index 6f15f4a8ec..754800c6e6 100644 --- a/arch/arm/dts/rk3036-sdk-u-boot.dtsi +++ b/arch/arm/dts/rk3036-sdk-u-boot.dtsi @@ -1,3 +1,5 @@ +#include "rk3036-u-boot.dtsi" + &uart2 { u-boot,dm-pre-reloc; }; |