drop fixes upstreamed
This commit is contained in:
parent
6420e73012
commit
376315c6bd
@ -1,29 +0,0 @@
|
||||
From 5051377a0b2bec1605ce97170585d693a98ec34a Mon Sep 17 00:00:00 2001
|
||||
From: Matthias Brugger <mbrugger@suse.com>
|
||||
Date: Fri, 8 Nov 2019 14:49:47 +0100
|
||||
Subject: [PATCH] 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.
|
||||
|
||||
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>
|
||||
|
||||
diff --git a/arch/arm/dts/bcm283x-uboot.dtsi b/arch/arm/dts/bcm283x-u-boot.dtsi
|
||||
similarity index 100%
|
||||
rename from arch/arm/dts/bcm283x-uboot.dtsi
|
||||
rename to arch/arm/dts/bcm283x-u-boot.dtsi
|
@ -28,7 +28,6 @@ Patch7: ARM-tegra-Add-NVIDIA-Jetson-Nano.patch
|
||||
Patch8: arm-tegra-defaine-fdtfile-for-all-devices.patch
|
||||
Patch9: zynqmp-Add-support-for-u-boot.itb-generation-with-ATF.patch
|
||||
Patch10: zynqmp-Do-not-assing-MIO34-that-early-on-zcu100.patch
|
||||
Patch11: bcm283x-dts-Rename-U-Boot-file.patch
|
||||
|
||||
BuildRequires: bc
|
||||
BuildRequires: dtc
|
||||
@ -94,8 +93,6 @@ u-boot bootloader binaries for armv7 boards
|
||||
|
||||
cp %SOURCE1 %SOURCE2 %SOURCE3 %SOURCE4 .
|
||||
|
||||
sed -i 's/python/python3/' arch/arm/mach-rockchip/make_fit_atf.py
|
||||
|
||||
%build
|
||||
mkdir builds
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user