diff options
author | Tom Hiller <thrilleratplay@gmail.com> | 2018-08-23 22:05:12 -0400 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-08-27 16:53:06 +0000 |
commit | 993869e3fc06d185bbcb5977ef5b8318dda5ef7b (patch) | |
tree | ac7ac61cc2b5e2b1101f4253609b1fa23f3ca0d7 | |
parent | c3e5dd4cd8d138c9e44cd77a6add474cc6f9effc (diff) | |
download | coreboot-993869e3fc06d185bbcb5977ef5b8318dda5ef7b.tar.xz |
Documentation: Fix formatting
Fix formatting and missing close block quotes in nri_registers.md
Change-Id: I5fa0136f4d7f05737a0d53ff9da7d2c77b22d675
Signed-off-by: Tom Hiller <thrilleratplay@gmail.com>
Reviewed-on: https://review.coreboot.org/28327
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
-rw-r--r-- | Documentation/northbridge/intel/sandybridge/nri_registers.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/northbridge/intel/sandybridge/nri_registers.md b/Documentation/northbridge/intel/sandybridge/nri_registers.md index 6249560a6f..d5857ec615 100644 --- a/Documentation/northbridge/intel/sandybridge/nri_registers.md +++ b/Documentation/northbridge/intel/sandybridge/nri_registers.md @@ -2138,7 +2138,7 @@ Please handle with care ! | 0:7| Selected multiplier: 100Mhz [7,12], 133Mhz [3,19] | +-----------+------------------------------------------------------------------+ | 8 | - 1: 100Mhz reference clock | -| | - 0: 133Mhz reference clock (Ivy Bridge only) | +| | - 0: 133Mhz reference clock (Ivy Bridge only) | +-----------+------------------------------------------------------------------+ | 31 | PLL busy | +-----------+------------------------------------------------------------------+ @@ -2172,3 +2172,4 @@ Please handle with care ! +===========+==================================================================+ | 8 | Force RCOMP | +-----------+------------------------------------------------------------------+ +``` |