diff --git a/backends/qualcomm/serialization/qc_compiler_spec.fbs b/backends/qualcomm/serialization/qc_compiler_spec.fbs index 8aeaa060a50..7266e64d7e3 100644 --- a/backends/qualcomm/serialization/qc_compiler_spec.fbs +++ b/backends/qualcomm/serialization/qc_compiler_spec.fbs @@ -18,6 +18,7 @@ enum HtpArch: int { V73 = 73, V75 = 75, V79 = 79, + V81 = 81, } table HtpInfo { @@ -43,6 +44,7 @@ enum QcomChipset: int { SXR1230P = 45, SXR2230P = 53, SXR2330P = 75, + SAR2230P = 95, } /// Indicate the information of the specified SoC.