summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@amd.corp-partner.google.com>2022-09-20 14:14:31 -0500
committerFelix Held <felix-coreboot@felixheld.de>2022-09-23 14:05:50 +0000
commit626abf0758737d30d90f95474a39107d5bbbcc66 (patch)
tree871d9d0924058c254f099d97e6349834c45db51f
parent1bff742c12b0b03956241dd501e22928c2a4774e (diff)
downloadcoreboot-626abf0758737d30d90f95474a39107d5bbbcc66.tar.gz
coreboot-626abf0758737d30d90f95474a39107d5bbbcc66.tar.bz2
coreboot-626abf0758737d30d90f95474a39107d5bbbcc66.zip
Documentation: alphabetize driver pages/links
Change-Id: Ib25ad5fdedc9b6c46245b823caaae5705af2bfb8 Signed-off-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/67761 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r--Documentation/drivers/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/drivers/index.md b/Documentation/drivers/index.md
index 1b8539d9e5df..a6e70fdafb91 100644
--- a/Documentation/drivers/index.md
+++ b/Documentation/drivers/index.md
@@ -7,6 +7,6 @@ they allow to easily reuse existing code across platforms.
* [Intel DPTF](dptf.md)
* [IPMI KCS](ipmi_kcs.md)
* [SMMSTORE](smmstore.md)
-* [SoundWire](soundwire.md)
* [SMMSTOREv2](smmstorev2.md)
+* [SoundWire](soundwire.md)
* [USB4 Retimer](retimer.md)