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 <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
--- /dev/null
+/*
+ * Device Tree Source extras for U-Boot for the Lager board
+ *
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#include "r8a7790-lager.dts"
+#include "r8a7790-u-boot.dtsi"
--- /dev/null
+/*
+ * Device Tree Source extras for U-Boot on RCar R8A7790 SoC
+ *
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#include "r8a779x-u-boot.dtsi"
+
+&usb_extal_clk {
+ u-boot,dm-pre-reloc;
+};
--- /dev/null
+/*
+ * Device Tree Source extras for U-Boot for the Koelsch board
+ *
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#include "r8a7791-koelsch.dts"
+#include "r8a7791-u-boot.dtsi"
--- /dev/null
+/*
+ * Device Tree Source extras for U-Boot for the Porter board
+ *
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#include "r8a7791-porter.dts"
+#include "r8a7791-u-boot.dtsi"
--- /dev/null
+/*
+ * Device Tree Source extras for U-Boot on RCar R8A7791 SoC
+ *
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#include "r8a779x-u-boot.dtsi"
+
+&usb_extal_clk {
+ u-boot,dm-pre-reloc;
+};
--- /dev/null
+/*
+ * Device Tree Source extras for U-Boot for the Blanche board
+ *
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#include "r8a7792-blanche.dts"
+#include "r8a7792-u-boot.dtsi"
--- /dev/null
+/*
+ * Device Tree Source extras for U-Boot on RCar R8A7792 SoC
+ *
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#include "r8a779x-u-boot.dtsi"
--- /dev/null
+/*
+ * Device Tree Source extras for U-Boot for the Gose board
+ *
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#include "r8a7793-gose.dts"
+#include "r8a7793-u-boot.dtsi"
--- /dev/null
+/*
+ * Device Tree Source extras for U-Boot on RCar R8A7793 SoC
+ *
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#include "r8a779x-u-boot.dtsi"
+
+&usb_extal_clk {
+ u-boot,dm-pre-reloc;
+};
--- /dev/null
+/*
+ * Device Tree Source extras for U-Boot for the Alt board
+ *
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#include "r8a7794-alt.dts"
+#include "r8a7794-u-boot.dtsi"
--- /dev/null
+/*
+ * Device Tree Source extras for U-Boot for the Silk board
+ *
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#include "r8a7794-silk.dts"
+#include "r8a7794-u-boot.dtsi"
--- /dev/null
+/*
+ * Device Tree Source extras for U-Boot on RCar R8A7794 SoC
+ *
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#include "r8a779x-u-boot.dtsi"
+
+&usb_extal_clk {
+ u-boot,dm-pre-reloc;
+};