]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: chameleonv3: Override chameleonv3 bitstream names
authorPaweł Anikiel <pan@semihalf.com>
Tue, 21 Feb 2023 15:17:03 +0000 (16:17 +0100)
committerMarek Vasut <marex@denx.de>
Tue, 21 Feb 2023 23:28:39 +0000 (00:28 +0100)
Set the bitstream name per Chameleon variant. This allows the same
boot filesystem with all bitstream variants to be used on different
boards.

Signed-off-by: Paweł Anikiel <pan@semihalf.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/socfpga_arria10_chameleonv3_270_3-u-boot.dtsi
arch/arm/dts/socfpga_arria10_chameleonv3_480_2-u-boot.dtsi

index e789d49657bb1bf83d42d5844fa8e50a11bc2b8a..a7aa17b220ad5d79ff71784b174f9f3f36bae2bd 100644 (file)
@@ -6,3 +6,7 @@
 #include "socfpga_arria10-handoff.dtsi"
 #include "socfpga_arria10_handoff_u-boot.dtsi"
 #include "socfpga_arria10_mercury_aa1-u-boot.dtsi"
+
+&fpga_mgr {
+       altr,bitstream = "fpga-270-3.itb";
+};
index 7bbcc471c528d0a60287e0d24e6cf8a5ebe73eb4..82a94894eaa86a857ecde5a6f965bfbd4f393434 100644 (file)
@@ -6,3 +6,7 @@
 #include "socfpga_arria10-handoff.dtsi"
 #include "socfpga_arria10_handoff_u-boot.dtsi"
 #include "socfpga_arria10_mercury_aa1-u-boot.dtsi"
+
+&fpga_mgr {
+       altr,bitstream = "fpga-480-2.itb";
+};