summaryrefslogtreecommitdiff
path: root/arch/arm/dts/tegra20-u-boot.dtsi
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-11-25 20:16:00 -0700
committerSimon Glass <sjg@chromium.org>2016-12-20 08:09:55 +1300
commit48549cdf0bd04321a60c51ce2e258e4dbd53ae91 (patch)
tree3486be2aa34c1e25e2c9ecb5b759ea7c8a2cbed5 /arch/arm/dts/tegra20-u-boot.dtsi
parent6d427c6b1fa0ae97e7c484229d137c6a1f8a4118 (diff)
tegra: Use a U-Boot-specific .dtsi file
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>
Diffstat (limited to 'arch/arm/dts/tegra20-u-boot.dtsi')
-rw-r--r--arch/arm/dts/tegra20-u-boot.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra20-u-boot.dtsi b/arch/arm/dts/tegra20-u-boot.dtsi
new file mode 100644
index 0000000000..9b9835da7e
--- /dev/null
+++ b/arch/arm/dts/tegra20-u-boot.dtsi
@@ -0,0 +1,8 @@
+/ {
+ host1x@50000000 {
+ u-boot,dm-pre-reloc;
+ dc@54200000 {
+ u-boot,dm-pre-reloc;
+ };
+ };
+};