From: Nicolas Chauvet Date: Wed, 11 Jul 2018 18:42:57 +0000 (+0200) Subject: arm: tegra: Restore host1x/dc dm-pre-reloc properties X-Git-Tag: v2018.09-rc3~32^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0de68cf3f857ad9ad9d9ca86952b8c9df559fec6;p=platform%2Fkernel%2Fu-boot.git arm: tegra: Restore host1x/dc dm-pre-reloc properties Since commit f2faffecb016, tegra: Convert to use binman the dm-pre-reloc properties are removed. This leads U-Boot not to enable the display on paz00 This patch restore the dm-pre-reloc properties allowing the bootloader to output to the display panel v4: - Spell project name as appropriate v3: - Fix few typos v2: - Add more characters to commit hash Signed-off-by: Nicolas Chauvet Reviewed-by: Simon Glass Signed-off-by: Tom Warren --- diff --git a/arch/arm/dts/tegra20-u-boot.dtsi b/arch/arm/dts/tegra20-u-boot.dtsi index 7c11972..f64667e 100644 --- a/arch/arm/dts/tegra20-u-boot.dtsi +++ b/arch/arm/dts/tegra20-u-boot.dtsi @@ -1,3 +1,13 @@ #include #include "tegra-u-boot.dtsi" + + +/ { + host1x@50000000 { + u-boot,dm-pre-reloc; + dc@54200000 { + u-boot,dm-pre-reloc; + }; + }; +};