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/r8a779x-u-boot.dtsi | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 arch/arm/dts/r8a779x-u-boot.dtsi (limited to 'arch/arm/dts/r8a779x-u-boot.dtsi') diff --git a/arch/arm/dts/r8a779x-u-boot.dtsi b/arch/arm/dts/r8a779x-u-boot.dtsi new file mode 100644 index 00000000000..0baac1d2c5b --- /dev/null +++ b/arch/arm/dts/r8a779x-u-boot.dtsi @@ -0,0 +1,25 @@ +/* + * Device Tree Source extras for U-Boot on RCar Gen3 + * + * Copyright (C) 2018 Marek Vasut + * + * SPDX-License-Identifier: GPL-2.0 + */ + +/ { + soc { + u-boot,dm-pre-reloc; + }; +}; + +&cpg { + u-boot,dm-pre-reloc; +}; + +&extal_clk { + u-boot,dm-pre-reloc; +}; + +&prr { + u-boot,dm-pre-reloc; +}; -- cgit v1.2.3