mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00

Same as on previous SoC generations this is required for proper video output work. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
16 lines
168 B
Text
16 lines
168 B
Text
#include <config.h>
|
|
|
|
#include "tegra-u-boot.dtsi"
|
|
|
|
/ {
|
|
host1x@50000000 {
|
|
bootph-all;
|
|
dc@54200000 {
|
|
bootph-all;
|
|
};
|
|
|
|
dc@54240000 {
|
|
bootph-all;
|
|
};
|
|
};
|
|
};
|