Skip to content

Commit 867b551

Browse files
committed
platforms/iq-9075-evk: add additional chipid for iq-9075-evk
Due to missing chipid, jobs are not getting picked in axiom. So adding "QCS9075M,QCS9100M" to additional chipid in contents.xml.in. QCS9075M is required for RB8 device, while QCS9075 is required for Ridesx device, so both are present in additional_chipid. Signed-off-by: Vivek Puar <vpuar@qti.qualcomm.com>
1 parent 6c9922f commit 867b551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platforms/iq-9075-evk/ufs/contents.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<product_name>QCS9100.LE.0.0</product_name>
3939
<chipid flavor="default" storage_type="ufs" flash_phase="1">QCS9100</chipid>
4040
<chipid flavor="sail_nor" storage_type="spinor" flash_phase="2">QCS9100</chipid>
41-
<additional_chipid>SA8775P,QCS9075</additional_chipid>
41+
<additional_chipid>SA8775P,QCS9075,QCS9075M,QCS9100M</additional_chipid>
4242
<meta_type>FULL_STACK</meta_type>
4343
<build_type>K2L</build_type>
4444
</product_info>

0 commit comments

Comments
 (0)