diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-01-10 11:47:03 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-01-24 23:27:21 +0100 |
commit | 34df58a95efc56f469b520e9e63e4aaddc4796ee (patch) | |
tree | 01ed9fb879cde094194734a85010930b4fe37431 /arch/arm/dts/r8a7796-m3ulcb-u-boot.dts | |
parent | 62b2bb537444f8d698a15beefd2a039989782bfd (diff) |
ARM: dts: rmobile: Factor out U-Boot extras
Pull out u-boot extras into dtsi files to make synchronization of DTS
from Linux kernel as easy as a simple copy. All the U-Boot extras are
now in *-u-boot.dts* files instead.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/dts/r8a7796-m3ulcb-u-boot.dts')
-rw-r--r-- | arch/arm/dts/r8a7796-m3ulcb-u-boot.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a7796-m3ulcb-u-boot.dts b/arch/arm/dts/r8a7796-m3ulcb-u-boot.dts new file mode 100644 index 0000000000..a8cb4252ba --- /dev/null +++ b/arch/arm/dts/r8a7796-m3ulcb-u-boot.dts @@ -0,0 +1,10 @@ +/* + * Device Tree Source extras for U-Boot for the ULCB board + * + * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> + * + * SPDX-License-Identifier: GPL-2.0 + */ + +#include "r8a7796-m3ulcb.dts" +#include "r8a7796-u-boot.dtsi" |