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/r8a77995-u-boot.dtsi | |
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/r8a77995-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/r8a77995-u-boot.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a77995-u-boot.dtsi b/arch/arm/dts/r8a77995-u-boot.dtsi new file mode 100644 index 0000000000..6a944ddd5c --- /dev/null +++ b/arch/arm/dts/r8a77995-u-boot.dtsi @@ -0,0 +1,9 @@ +/* + * Device Tree Source extras for U-Boot on RCar R8A77995 SoC + * + * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> + * + * SPDX-License-Identifier: GPL-2.0 + */ + +#include "r8a779x-u-boot.dtsi" |