diff --git a/docs/CARS.md b/docs/CARS.md
index e70318612f..17bddf4f7e 100644
--- a/docs/CARS.md
+++ b/docs/CARS.md
@@ -33,7 +33,7 @@ A supported vehicle is one that just works when you install a comma device. Ever
|Audi|RS3 2018|ACC + Lane Assist|[](##)|[](##)|[](##)|[](##)|
|Audi|S3 2015-17|ACC + Lane Assist|[](##)|[](##)|[](##)|[](##)|
|Cadillac|Escalade ESV 2016[1](#footnotes)|Adaptive Cruise Control (ACC) & LKAS|[](##)|[](##)|[](##)|[](##)|
-|Chevrolet|Bolt EUV Premier 2022[2](#footnotes)|Chevy Safety Assist|[](##)|[](##)|[](##)|[](##)|
+|Chevrolet|Bolt EUV 2022[2](#footnotes)|Chevy Safety Assist|[](##)|[](##)|[](##)|[](##)|
|Chevrolet|Volt 2017-18[1](#footnotes)|Adaptive Cruise Control|[](##)|[](##)|[](##)|[](##)|
|Chrysler|Pacifica 2017-18|Adaptive Cruise Control|[](##)|[](##)|[](##)|[](##)|
|Chrysler|Pacifica 2019-20|Adaptive Cruise Control|[](##)|[](##)|[](##)|[](##)|
@@ -226,7 +226,7 @@ A supported vehicle is one that just works when you install a comma device. Ever
1Requires a community built ASCM harness. NOTE: disconnecting the ASCM disables Automatic Emergency Braking (AEB).
-2Currently Requires a [harness box](https://comma.ai/shop/products/harness-box) and [community built GM camera harness](https://github.com/commaai/openpilot/wiki/GMCamHarness)
+2Requires a [harness box](https://comma.ai/shop/products/harness-box) and [community built GM camera harness](https://github.com/commaai/openpilot/wiki/GMCamHarness)
32019 Honda Civic 1.6L Diesel Sedan does not have ALC below 12mph.
4When the Driver Support Unit (DSU) is disconnected, openpilot Adaptive Cruise Control (ACC) will replace stock Adaptive Cruise Control (ACC). NOTE: disconnecting the DSU disables Automatic Emergency Braking (AEB).
5openpilot operates above 28mph for Camry 4CYL L, 4CYL LE and 4CYL SE which don't have Full-Speed Range Dynamic Radar Cruise Control.
diff --git a/selfdrive/car/gm/values.py b/selfdrive/car/gm/values.py
index 7744c86a54..1b81b0c55d 100644
--- a/selfdrive/car/gm/values.py
+++ b/selfdrive/car/gm/values.py
@@ -64,7 +64,7 @@ class CAR:
ACADIA = "GMC ACADIA DENALI 2018"
BUICK_REGAL = "BUICK REGAL ESSENCE 2018"
ESCALADE_ESV = "CADILLAC ESCALADE ESV 2016"
- BOLT_EUV = "CHEVROLET BOLT EUV PREMIER 2022"
+ BOLT_EUV = "CHEVROLET BOLT EUV 2022"
class Footnote(Enum):
@@ -73,12 +73,10 @@ class Footnote(Enum):
'NOTE: disconnecting the ASCM disables Automatic Emergency Braking (AEB).',
Column.MODEL)
CAM_HARNESS = CarFootnote(
- "Currently Requires a [harness box](https://comma.ai/shop/products/harness-box) and [community built GM camera harness]" +
+ "Requires a [harness box](https://comma.ai/shop/products/harness-box) and [community built GM camera harness]" +
"(https://github.com/commaai/openpilot/wiki/GMCamHarness)",
Column.MODEL)
-# TODO: Submit PR for gm cam harness schematic(s), diagrams and board layout(s) to https://github.com/commaai/neo/tree/master/car_harness
-
@dataclass
class GMCarInfo(CarInfo):
@@ -95,7 +93,7 @@ CAR_INFO: Dict[str, Union[GMCarInfo, List[GMCarInfo]]] = {
CAR.ACADIA: GMCarInfo("GMC Acadia 2018", video_link="https://www.youtube.com/watch?v=0ZN6DdsBUZo"),
CAR.BUICK_REGAL: GMCarInfo("Buick Regal Essence 2018"),
CAR.ESCALADE_ESV: GMCarInfo("Cadillac Escalade ESV 2016", "Adaptive Cruise Control (ACC) & LKAS"),
- CAR.BOLT_EUV: GMCarInfo("Chevrolet Bolt EUV Premier 2022", "Chevy Safety Assist", footnotes=[Footnote.CAM_HARNESS], harness=Harness.gm_cam),
+ CAR.BOLT_EUV: GMCarInfo("Chevrolet Bolt EUV 2022", "Chevy Safety Assist", footnotes=[Footnote.CAM_HARNESS], harness=Harness.gm_cam),
}
diff --git a/selfdrive/car/torque_data/override.yaml b/selfdrive/car/torque_data/override.yaml
index 9b14d19bb9..a3ed8a376e 100644
--- a/selfdrive/car/torque_data/override.yaml
+++ b/selfdrive/car/torque_data/override.yaml
@@ -23,7 +23,7 @@ COMMA BODY: [.nan, 1000, .nan]
KIA EV6 2022: [3.5, 2.5, 0.0]
RAM 1500 5TH GEN: [2.0, 2.0, 0.0]
SUBARU OUTBACK 6TH GEN: [2.3, 2.3, 0.11]
-CHEVROLET BOLT EUV PREMIER 2022: [.nan, 1.5, .nan]
+CHEVROLET BOLT EUV 2022: [.nan, 1.5, .nan]
# Dashcam or fallback configured as ideal car
mock: [10.0, 10, 0.0]