mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
48549cdf0b
With the new device-tree rules it is possible to put device-tree changes needed by U-Boot into their own file. As an example of this approach, move Tegra over to use it. Signed-off-by: Simon Glass <sjg@chromium.org>
15 lines
225 B
Text
15 lines
225 B
Text
/*
|
|
* Copyright (C) 2016 Google, Inc
|
|
* Written by Simon Glass <sjg@chromium.org>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
/ {
|
|
host1x@50000000 {
|
|
u-boot,dm-pre-reloc;
|
|
dc@54200000 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
};
|