diff options
author | Maxime Jourdan <mjourdan@baylibre.com> | 2018-07-26 11:21:39 +0200 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2019-01-31 09:35:01 +0100 |
commit | 671b1db8f8b1ba3d25cf4c1b1db37f0a4b41e1d1 (patch) | |
tree | 33cf30aa5bf18019ab91163f1f8090f9d15727f0 /arch/arm/dts/meson-gx-u-boot.dtsi | |
parent | 3bed42209404f91f3e0efaf7f9b3c9a989beb922 (diff) |
arm64: dts: meson-gx: vpu should be probed before relocation
Flag the appropriate nodes with u-boot,dm-pre-reloc
Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'arch/arm/dts/meson-gx-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/meson-gx-u-boot.dtsi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/dts/meson-gx-u-boot.dtsi b/arch/arm/dts/meson-gx-u-boot.dtsi new file mode 100644 index 0000000000..868a573e2a --- /dev/null +++ b/arch/arm/dts/meson-gx-u-boot.dtsi @@ -0,0 +1,15 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2019 BayLibre, SAS. + * Author: Maxime Jourdan <mjourdan@baylibre.com> + */ + +/ { + soc { + u-boot,dm-pre-reloc; + }; +}; + +&vpu { + u-boot,dm-pre-reloc; +}; |