diff options
author | Simon Glass <sjg@chromium.org> | 2016-11-25 20:16:00 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-12-20 08:09:55 +1300 |
commit | 48549cdf0bd04321a60c51ce2e258e4dbd53ae91 (patch) | |
tree | 3486be2aa34c1e25e2c9ecb5b759ea7c8a2cbed5 /arch/arm/dts/tegra124-nyan-big-u-boot.dtsi | |
parent | 6d427c6b1fa0ae97e7c484229d137c6a1f8a4118 (diff) | |
download | u-boot-48549cdf0bd04321a60c51ce2e258e4dbd53ae91.tar.gz |
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/tegra124-nyan-big-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/tegra124-nyan-big-u-boot.dtsi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra124-nyan-big-u-boot.dtsi b/arch/arm/dts/tegra124-nyan-big-u-boot.dtsi new file mode 100644 index 0000000000..fff1d78169 --- /dev/null +++ b/arch/arm/dts/tegra124-nyan-big-u-boot.dtsi @@ -0,0 +1,15 @@ +/* + * 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; + }; + }; +}; |