Skip to content

Commit 740fe14

Browse files
authored
Back out "oss et update to support SAR2230P"
Differential Revision: D84069979 Pull Request resolved: #14859
1 parent 351d82f commit 740fe14

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

backends/qualcomm/serialization/qc_schema.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class HtpArch(IntEnum):
2727
V73 = 73
2828
V75 = 75
2929
V79 = 79
30-
V81 = 81
3130

3231

3332
@dataclass
@@ -50,7 +49,6 @@ class QcomChipset(IntEnum):
5049
SXR1230P = 45 # v73
5150
SXR2230P = 53 # v69
5251
SXR2330P = 75 # v79
53-
SAR2230P = 95 # v81
5452

5553

5654
@dataclass
@@ -71,7 +69,6 @@ class SocInfo:
7169
QcomChipset.SXR1230P: SocInfo(QcomChipset.SXR1230P, HtpInfo(HtpArch.V73, 2)),
7270
QcomChipset.SXR2230P: SocInfo(QcomChipset.SXR2230P, HtpInfo(HtpArch.V69, 8)),
7371
QcomChipset.SXR2330P: SocInfo(QcomChipset.SXR2330P, HtpInfo(HtpArch.V79, 8)),
74-
QcomChipset.SAR2230P: SocInfo(QcomChipset.SAR2230P, HtpInfo(HtpArch.V81, 4)),
7572
}
7673

7774

backends/qualcomm/utils/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,6 @@ def get_soc_to_arch_map():
10991099
"SXR1230P": HtpArch.V73,
11001100
"SXR2230P": HtpArch.V69,
11011101
"SXR2330P": HtpArch.V79,
1102-
"SAR2230P": HtpArch.V81,
11031102
}
11041103

11051104

@@ -1116,7 +1115,6 @@ def get_soc_to_chipset_map():
11161115
"SXR1230P": QcomChipset.SXR1230P,
11171116
"SXR2230P": QcomChipset.SXR2230P,
11181117
"SXR2330P": QcomChipset.SXR2330P,
1119-
"SAR2230P": QcomChipset.SAR2230P,
11201118
}
11211119

11221120

0 commit comments

Comments
 (0)