]> Git Repo - u-boot.git/commitdiff
ARM: socfpga: Add ArriaV ST/SX ID
authorMarek Vasut <[email protected]>
Wed, 20 Nov 2019 21:40:19 +0000 (22:40 +0100)
committerMarek Vasut <[email protected]>
Mon, 25 Nov 2019 12:12:56 +0000 (13:12 +0100)
Add new FPGA ID for ArriaV ST/D3 or SX/B3 .

Signed-off-by: Marek Vasut <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dalon Westergreen <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Ley Foon Tan <[email protected]>
Cc: Simon Goldschmidt <[email protected]>
Cc: Tien Fong Chee <[email protected]>
Reviewed-by: Ley Foon Tan <[email protected]>
arch/arm/mach-socfpga/misc_gen5.c

index 65d3485bc5f30a8929bb4699206a2e4edc2b9add..22042d0de09cb2ff4520b2b45f28e2b77610ea3c 100644 (file)
@@ -79,6 +79,8 @@ static const struct {
        { 0x2d02, "Cyclone V, SE/A6 or SX/C6 or ST/D6", "cv_se_a6" },
        /* Arria V */
        { 0x2d03, "Arria V, D5", "av_d5" },
+       /* Arria V ST/SX */
+       { 0x2d13, "Arria V, ST/D3 or SX/B3", "av_st_d3" },
 };
 
 static int socfpga_fpga_id(const bool print_id)
This page took 0.036661 seconds and 4 git commands to generate.