
On 25 November 2016 at 20:16, Simon Glass sjg@chromium.org wrote:
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
Changes in v6:
- Drop unwanted root-node properties from tegra20-u-boot.dtsi
Changes in v5:
- Add a new tegra patch to use an automatically included .dtsi file
Changes in v4: None Changes in v3: None Changes in v2: None
arch/arm/dts/tegra124-nyan-big-u-boot.dtsi | 15 +++++++++++++++ arch/arm/dts/tegra124-nyan-big.dts | 2 -- arch/arm/dts/tegra20-u-boot.dtsi | 8 ++++++++ arch/arm/dts/tegra20.dtsi | 2 -- 4 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 arch/arm/dts/tegra124-nyan-big-u-boot.dtsi create mode 100644 arch/arm/dts/tegra20-u-boot.dtsi
Applied to u-boot-dm and now in mainline.