summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ArmPlatformPkg/Include/Library/LcdPlatformLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ArmPlatformPkg/Include/Library/LcdPlatformLib.h b/ArmPlatformPkg/Include/Library/LcdPlatformLib.h
index 1112e1edd1..b9bdf471e2 100644
--- a/ArmPlatformPkg/Include/Library/LcdPlatformLib.h
+++ b/ArmPlatformPkg/Include/Library/LcdPlatformLib.h
@@ -124,9 +124,9 @@
//
#define HD_H_RES_PIXELS 1920
#define HD_V_RES_PIXELS 1080
-#define HD_OSC_FREQUENCY 173000000 /* 0x0A4FC540 */
+#define HD_OSC_FREQUENCY 165000000 /* 0x09D5B340 */
-#define HD_H_SYNC (200 - 1)
+#define HD_H_SYNC ( 79 - 1)
#define HD_H_FRONT_PORCH (128 - 1)
#define HD_H_BACK_PORCH (328 - 1)