[nelson] 24.20241009.103.2300 u-boot source GitOrigin-RevId: 2b2e20a837409c0e8c62b3ff081b23ab3bb2f86f Change-Id: Iefc5c3c192a90ceaad2a3615e8edcfe9429883b3 Reviewed-on: https://turquoise-internal-review.googlesource.com/c/third_party/u-boot/+/946975 Reviewed-by: David Pursell <dpursell@google.com>
diff --git a/board/amlogic/sm1_elaine_common/zircon.c b/board/amlogic/sm1_elaine_common/zircon.c index 3d5b57a..a4fbaca2 100644 --- a/board/amlogic/sm1_elaine_common/zircon.c +++ b/board/amlogic/sm1_elaine_common/zircon.c
@@ -524,7 +524,7 @@ // the GT6853 touch driver, and must be kept in sync. kPanelTypeKdFiti9364 = 1, kPanelTypeBoeFiti9364 = 2, - kPanelTypeInxFiti9364 = 3, + // 3 was for kPanelTypeInxFiti9364. kPanelTypeKdFiti9365 = 4, kPanelTypeBoeFiti9365 = 5, // 6 was for kPanelTypeBoeSit7703. @@ -541,7 +541,8 @@ } else if (!strcmp(panel_type, "kd_fiti9364_7")) { panel_type_id = kPanelTypeKdFiti9364; } else if (!strcmp(panel_type, "inx_fiti9364_7")) { - panel_type_id = kPanelTypeInxFiti9364; + printf("Innolux P070ACB DDIC with JD9364 touch IC is not supported on Fuchsia.\n"); + return -1; } else if (!strcmp(panel_type, "boe_fiti9365_7")) { panel_type_id = kPanelTypeBoeFiti9365; } else if (!strcmp(panel_type, "kd_fiti9365_7")) {