gma skl: Disable DDI clocks on reset path
After reset DPLL_CTRL2 is initialized to 0. Which means some clock
disable bits are not set and might cause some hassle later. Set them
and close the related TODO.
Change-Id: I1a470dff55e317e8119906b3e397f6f2314abcbd
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/20648
Tested-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
diff --git a/common/hw-gfx-gma-connectors.ads b/common/hw-gfx-gma-connectors.ads
index 30a382f..134b076 100644
--- a/common/hw-gfx-gma-connectors.ads
+++ b/common/hw-gfx-gma-connectors.ads
@@ -14,10 +14,11 @@
private package HW.GFX.GMA.Connectors is
- pragma Warnings (GNATprove, Off, "subprogram ""Initialize"" has no effect",
+ pragma Warnings (GNATprove, Off, "subprogram ""*"" has no effect",
Reason => "Only effects some platforms");
+ procedure Post_Reset_Off;
procedure Initialize;
- pragma Warnings (GNATprove, On, "subprogram ""Initialize"" has no effect");
+ pragma Warnings (GNATprove, On, "subprogram ""*"" has no effect");
pragma Warnings (GNATprove, Off, "unused variable ""P*""",
Reason => "Needed for a common interface");