Skip to content

Commit

Permalink
tegra: fdt: Add tegra186-u-boot.dtsi
Browse files Browse the repository at this point in the history
All Tegra chips except Tegra186 have a tegraNNN-u-boot.dtsi. Duplicate
Tegra210's copy of this file for Tegra186. This ensures that a /binman node
exists in U-Boot's control DT. Subsequent to 3c10dc9 ("binman: Add a
library to access binman entries") this appears to be required. I haven't
really investigated why all this is necessary or how it works, but simply
observed the boot failure listed below, bisected it, noticed the
inconsistency in DT files, and found that fixing it resolved the boot
issue.

    U-Boot 2020.01-rc4-00256-g3c10dc95bdd0 (Jan 07 2020 - 10:25:00 -0700)

    SoC: tegra186
    Model: NVIDIA P2771-0000-500
    Board: NVIDIA P2771-0000
    DRAM:  7.8 GiB
    initcall sequence 00000000fffb7858 failed at call 00000000800955a8 (err=-22)
    ### ERROR ### Please RESET the board ###

Fixes: 3c10dc9 ("binman: Add a library to access binman entries")
Fixes: f2faffe ("binman: tegra: Convert to use binman")
Signed-off-by: Stephen Warren <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
  • Loading branch information
nvswarren authored and tomcwarren committed Jan 14, 2020
1 parent 88366b9 commit fddfe87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/dts/tegra186-u-boot.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#include <config.h>

#include "tegra-u-boot.dtsi"

0 comments on commit fddfe87

Please sign in to comment.