Skip to content

Commit e715008

Browse files
committed
accel/habanalabs: set unused bit as reserved
Get latest f/w gaudi2 interface file which marks unused bist_need_iatu_config bit in cold_rst_data structure as reserved bit. Signed-off-by: Oded Gabbay <[email protected]> Reviewed-by: Ofir Bitton <[email protected]>
1 parent 964234a commit e715008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/accel/habanalabs/include/gaudi2/gaudi2_fw_if.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct gaudi2_cold_rst_data {
6262
u32 fake_security_enable : 1;
6363
u32 fake_sig_validation_en : 1;
6464
u32 bist_skip_enable : 1;
65-
u32 bist_need_iatu_config : 1;
65+
u32 reserved1 : 1;
6666
u32 fake_bis_compliant : 1;
6767
u32 wd_rst_cause_arm : 1;
6868
u32 wd_rst_cause_arcpid : 1;

0 commit comments

Comments
 (0)