summaryrefslogtreecommitdiff
path: root/arch/arm/dts/r8a7794-u-boot.dtsi
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2018-01-17 22:47:21 +0100
committerMarek Vasut <marex@denx.de>2018-01-27 20:38:54 +0100
commit30ceb10c4c82aff693b0e7785ce4a39df584a8b2 (patch)
treed06535c78d5e8be6c188d5b2afe80aa31a8ee662 /arch/arm/dts/r8a7794-u-boot.dtsi
parenta500e4e5708c7c824a1048e74d1928ad25fec4ef (diff)
ARM: dts: rmobile: Add SoC and board U-Boot DT extras
Add U-Boot DT extras for each SoC and board. This marks the required nodes with u-boot,dm-pre-reloc to start clock and PRR early on while avoiding modification of the DTs imported from Linux. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/dts/r8a7794-u-boot.dtsi')
-rw-r--r--arch/arm/dts/r8a7794-u-boot.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a7794-u-boot.dtsi b/arch/arm/dts/r8a7794-u-boot.dtsi
new file mode 100644
index 0000000000..e8bdcc9f98
--- /dev/null
+++ b/arch/arm/dts/r8a7794-u-boot.dtsi
@@ -0,0 +1,13 @@
+/*
+ * Device Tree Source extras for U-Boot on RCar R8A7794 SoC
+ *
+ * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#include "r8a779x-u-boot.dtsi"
+
+&usb_extal_clk {
+ u-boot,dm-pre-reloc;
+};