summaryrefslogtreecommitdiffstats
path: root/Documentation/superio
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-03-11 16:02:05 +0100
committerPatrick Georgi <patrick@coreboot.org>2021-11-19 14:47:20 +0000
commit423e9e0fc0c6c20df32683be816368cb68374c05 (patch)
treeee9f40a944b099c02d02240b28d67c2de7f8d8b4 /Documentation/superio
parent65adc701652e4ad9e9cf26d82dcc7eaeae52d898 (diff)
downloadcoreboot-423e9e0fc0c6c20df32683be816368cb68374c05.tar.gz
coreboot-423e9e0fc0c6c20df32683be816368cb68374c05.tar.bz2
coreboot-423e9e0fc0c6c20df32683be816368cb68374c05.zip
Documentation/lint: Use Super I/O instead of SuperIO
Change-Id: Idb16092b687ebffb319bc1908f08f350d612d36a Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39451 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Documentation/superio')
-rw-r--r--Documentation/superio/nuvoton/nct5539d.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/superio/nuvoton/nct5539d.md b/Documentation/superio/nuvoton/nct5539d.md
index e91ebc3abba9..009d3293f093 100644
--- a/Documentation/superio/nuvoton/nct5539d.md
+++ b/Documentation/superio/nuvoton/nct5539d.md
@@ -1,9 +1,9 @@
-# NCT5539D SuperIO
+# NCT5539D Super I/O
-The SuperIO has the ID `0xd121` and the source can be found in
+The Super I/O has the ID `0xd121` and the source can be found in
`src/superio/nuvoton/nct5539d/`.
## For developers
-The SuperIO generates ACPI using the
+The Super I/O generates ACPI using the
[SSDT generator for generic SuperIOs](../common/ssdt.md).