Commit e715008b authored by Oded Gabbay's avatar Oded Gabbay
Browse files

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: default avatarOded Gabbay <ogabbay@kernel.org>
Reviewed-by: default avatarOfir Bitton <obitton@habana.ai>
parent 964234ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ struct gaudi2_cold_rst_data {
			u32 fake_security_enable : 1;
			u32 fake_sig_validation_en : 1;
			u32 bist_skip_enable : 1;
			u32 bist_need_iatu_config : 1;
			u32 reserved1 : 1;
			u32 fake_bis_compliant : 1;
			u32 wd_rst_cause_arm : 1;
			u32 wd_rst_cause_arcpid : 1;