I tried to squash, but it kicked Ahmad off the author list...
Le 18/09/2025 à 08:32, Sascha Hauer a écrit :
On Wed, Sep 17, 2025 at 05:22:07PM +0200, David Picard wrote:
From: Ahmad Fatoum <ah...@a3f.at>
The device trees from the Enclustra BSP are outdated and not compatible
with what barebox expects. Drop them and use the upstream SoC device
tree imported from Linux instead. For the board itself, we import the
device tree in the most recent posting[1] to the kernel mailing lists.
[1]: https://lore.kernel.org/all/20241116131025.114542-1-l.rubu...@gmail.com/
Signed-off-by: Ahmad Fatoum <ah...@a3f.at>
---
arch/arm/dts/socfpga_cyclone5_mercury_sa2.dts | 18 +-
arch/arm/dts/socfpga_cyclone5_mercury_sa2.dtsi | 150 ++++
dts/src/arm/intel/socfpga/skeleton.dtsi | 13 -
.../intel/socfpga/socfpga_cyclone5_enclustra.dtsi | 69 --
.../intel/socfpga/socfpga_cyclone5_mercury_sa2.dts | 128 ---
dts/src/arm/intel/socfpga/socfpga_enclustra.dtsi | 971 ---------------------
6 files changed, 152 insertions(+), 1197 deletions(-)
Please squash this into the previous commit. Or, to put it differently,
don't introduce files that you remove just in the next step.
Sascha