From 34df58a95efc56f469b520e9e63e4aaddc4796ee Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 10 Jan 2018 11:47:03 +0100 Subject: 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 Cc: Nobuhiro Iwamatsu --- arch/arm/dts/r8a7795-h3ulcb-u-boot.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 arch/arm/dts/r8a7795-h3ulcb-u-boot.dts (limited to 'arch/arm/dts/r8a7795-h3ulcb-u-boot.dts') diff --git a/arch/arm/dts/r8a7795-h3ulcb-u-boot.dts b/arch/arm/dts/r8a7795-h3ulcb-u-boot.dts new file mode 100644 index 0000000000..56b172189b --- /dev/null +++ b/arch/arm/dts/r8a7795-h3ulcb-u-boot.dts @@ -0,0 +1,10 @@ +/* + * Device Tree Source extras for U-Boot for the ULCB board + * + * Copyright (C) 2018 Marek Vasut + * + * SPDX-License-Identifier: GPL-2.0 + */ + +#include "r8a7795-h3ulcb.dts" +#include "r8a7795-u-boot.dtsi" -- cgit