Skip to content

Commit 353863c

Browse files
committed
library/regmaps: update spi engine version
Update the version of the spi engine to 2.0 since it is not backwards compatible. Signed-off-by: Carlos Souza <[email protected]>
1 parent d5db090 commit 353863c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/regmaps/adi_regmap_spi_engine_pkg.sv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ package adi_regmap_spi_engine_pkg;
4242
/* SPI Engine (axi_spi_engine) */
4343

4444
const reg_t AXI_SPI_ENGINE_VERSION = '{ 'h0000, "VERSION" , '{
45-
"VERSION_MAJOR": '{ 31, 16, RO, 'h00000001 },
46-
"VERSION_MINOR": '{ 15, 8, RO, 'h00000006 },
45+
"VERSION_MAJOR": '{ 31, 16, RO, 'h00000002 },
46+
"VERSION_MINOR": '{ 15, 8, RO, 'h00000000 },
4747
"VERSION_PATCH": '{ 7, 0, RO, 'h00000000 }}};
4848
`define SET_AXI_SPI_ENGINE_VERSION_VERSION_MAJOR(x) SetField(AXI_SPI_ENGINE_VERSION,"VERSION_MAJOR",x)
4949
`define GET_AXI_SPI_ENGINE_VERSION_VERSION_MAJOR(x) GetField(AXI_SPI_ENGINE_VERSION,"VERSION_MAJOR",x)

0 commit comments

Comments
 (0)