diff --git a/docs/CARS.md b/docs/CARS.md
index 78d91cf968..bbf14873c8 100644
--- a/docs/CARS.md
+++ b/docs/CARS.md
@@ -29,7 +29,7 @@ A supported vehicle is one that just works when you install a comma three. All s
|comma| body |All| openpilot |0 mph|0 mph| [](##) |[](##)| None |
|Genesis| G70 2018-19 |All| Stock |0 mph|0 mph| [](##) |[](##)| Hyundai F |
|Genesis| G70 2020 |All| openpilot |0 mph|0 mph| [](##) |[](##)| Hyundai F |
-|Genesis| GV70 2022-23 |All| stock |0 mph|0 mph| [](##) |[](##)| Hyundai L |
+|Genesis| GV70 2022-23 |All| stock |0 mph|0 mph| [](##) |[](##)| Hyundai L |
|Genesis| G80 2017-19 |All| Stock |0 mph|0 mph| [](##) |[](##)| Hyundai H |
|Genesis| G90 2017-18 |All| openpilot |0 mph|0 mph| [](##) |[](##)| Hyundai C |
|GMC| Acadia 2018[1](#footnotes) |Adaptive Cruise Control (ACC)| openpilot |0 mph|6 mph| [](##) |[](##)| OBD-II |
@@ -102,7 +102,7 @@ A supported vehicle is one that just works when you install a comma three. All s
|Kia| Seltos 2021 |Smart Cruise Control (SCC)| openpilot |0 mph|0 mph| [](##) |[](##)| Hyundai A |
|Kia| Sorento 2018 |Advanced Smart Cruise Control| Stock |0 mph|0 mph| [](##) |[](##)| Hyundai C |
|Kia| Sorento 2019 |Smart Cruise Control (SCC)| Stock |0 mph|0 mph| [](##) |[](##)| Hyundai E |
-|Kia| Sportage 2021-23 |Smart Cruise Control (SCC)| openpilot |0 mph|0 mph| [](##) |[](##)| Hyundai N |
+|Kia| Sportage 2023 |Smart Cruise Control (SCC)| openpilot |0 mph|0 mph| [](##) |[](##)| Hyundai N |
|Kia| Stinger 2018-20 |Smart Cruise Control (SCC)| Stock |0 mph|0 mph| [](##) |[](##)| Hyundai C |
|Kia| Telluride 2020 |All| openpilot |0 mph|0 mph| [](##) |[](##)| Hyundai H |
|Lexus| CT Hybrid 2017-18 |Lexus Safety System+| Stock[3](#footnotes) |0 mph|0 mph| [](##) |[](##)| Toyota |
diff --git a/selfdrive/car/hyundai/values.py b/selfdrive/car/hyundai/values.py
index cecbbe6a7a..0624dafcde 100644
--- a/selfdrive/car/hyundai/values.py
+++ b/selfdrive/car/hyundai/values.py
@@ -173,7 +173,7 @@ CAR_INFO: Dict[str, Optional[Union[HyundaiCarInfo, List[HyundaiCarInfo]]]] = {
HyundaiCarInfo("Kia Optima Hybrid 2019"),
],
CAR.KIA_SELTOS: HyundaiCarInfo("Kia Seltos 2021", harness=Harness.hyundai_a),
- CAR.KIA_SPORTAGE_5TH_GEN: HyundaiCarInfo("Kia Sportage 2021-23", "Smart Cruise Control (SCC)", harness=Harness.hyundai_n),
+ CAR.KIA_SPORTAGE_5TH_GEN: HyundaiCarInfo("Kia Sportage 2023", "Smart Cruise Control (SCC)", harness=Harness.hyundai_n),
CAR.KIA_SORENTO: [
HyundaiCarInfo("Kia Sorento 2018", "Advanced Smart Cruise Control", "https://www.youtube.com/watch?v=Fkh3s6WHJz8", harness=Harness.hyundai_c),
HyundaiCarInfo("Kia Sorento 2019", video_link="https://www.youtube.com/watch?v=Fkh3s6WHJz8", harness=Harness.hyundai_e),