Skip to content

Commit

Permalink
PM_SAFE_FREQUENCY set to min processor frequency
Browse files Browse the repository at this point in the history
The safe mode frequency should be set to the minimum processor frequency.  This was not the case as it was set to 2400MHz.  Fixing this by setting it 2061MHz which is the minimum processor core frequency for this design.
  • Loading branch information
Erich-Hauptli committed Mar 23, 2017
1 parent 3cd6e7e commit 47d259f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garrison.xml
Expand Up @@ -5542,7 +5542,7 @@
</attribute>
<attribute>
<id>PM_SAFE_FREQUENCY</id>
<default>2400</default>
<default>2061</default>
</attribute>
<attribute>
<id>PM_SPIPSS_FREQUENCY</id>
Expand Down

0 comments on commit 47d259f

Please sign in to comment.