mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-17 12:46:59 +02:00
For the Tegra 2, similar to other Tegra SoC generations, 'bootph-all' must be applied to both display controllers. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
18 lines
169 B
Plaintext
18 lines
169 B
Plaintext
#include <config.h>
|
|
|
|
#include "tegra-u-boot.dtsi"
|
|
|
|
|
|
/ {
|
|
host1x@50000000 {
|
|
bootph-all;
|
|
dc@54200000 {
|
|
bootph-all;
|
|
};
|
|
|
|
dc@54240000 {
|
|
bootph-all;
|
|
};
|
|
};
|
|
};
|