arm: dts: bcm283x: Rename U-Boot file 57/219657/1
authorMatthias Brugger <mbrugger@suse.com>
Fri, 8 Nov 2019 13:49:47 +0000 (14:49 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 9 Dec 2019 05:23:44 +0000 (14:23 +0900)
commit14a50ded6b3c1db9a12b1148186b26e9f981bf17
tree330ff865cd05dfa5484425a895ac81a699721f46
parentf6757be9cd65f83c27759cdbe6902c7fa7565714
arm: dts: bcm283x: Rename U-Boot file

Rename the file bcm283x-uboot.dtsi so that it get
automatically include through the scripts/Makefile.lib
using $(CONFIG_SYS_SOC))-u-boot.dtsi

Without this uarts and pincontroller miss the property dm-pre-reloc
and the first call to bcm283x_mu_serial_ofdata_to_platdata() fails
as the pins are not set correctly.
As a result the U-Boot banner isn't shown on boot.

Before commmit
143256b353 ("fdt: update bcm283x device tree sources to Linux 5.1-rc6 state")
we included bcm283x-uboot.dtsi directly in the device-tree file.
Which got deleted by the metioned commit.
This is a much robuster solution.

Change-Id: Ife219ee0a0b24cb4a677d826b002f93946cc4ac4
Reported-by: Tom Rini <trini@konsulko.com>
Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Tested-by: Tom Rini <trini@konsulko.com> [RPi 3, 32b and 64b modes]
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
arch/arm/dts/bcm283x-u-boot.dtsi [moved from arch/arm/dts/bcm283x-uboot.dtsi with 100% similarity]