gma: Program PCH_RAWCLK_FREQ register
This seems to be a scratchpad register to tell later drivers which
frequency the platform uses. Linux reads this but never writes the
register.
Change-Id: I55af7c7b675da580c7f52d9997262b232019132c
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/17071
Tested-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
diff --git a/common/hw-gfx.ads b/common/hw-gfx.ads
index 8c1fcf7..b9d7225 100644
--- a/common/hw-gfx.ads
+++ b/common/hw-gfx.ads
@@ -42,7 +42,7 @@
Stride => 1,
Offset => 0);
- subtype Frequency_Type is Pos64 range 25_000_000 .. 600_000_000;
+ subtype Frequency_Type is Pos64 range 24_000_000 .. 600_000_000;
type DP_Lane_Count is (DP_Lane_Count_1, DP_Lane_Count_2, DP_Lane_Count_4);
subtype DP_Lane_Count_Type is Pos64 range 1 .. 4;