]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/dts/meson-gx-u-boot.dtsi
arm64: dts: meson-gx: vpu should be probed before relocation
[thirdparty/u-boot.git] / arch / arm / dts / meson-gx-u-boot.dtsi
CommitLineData
671b1db8
MJ
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2019 BayLibre, SAS.
4 * Author: Maxime Jourdan <mjourdan@baylibre.com>
5 */
6
7/ {
8 soc {
9 u-boot,dm-pre-reloc;
10 };
11};
12
13&vpu {
14 u-boot,dm-pre-reloc;
15};