diff options
author | Matt DeVillier <matt.devillier@amd.corp-partner.google.com> | 2022-09-20 14:14:31 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-09-23 14:05:50 +0000 |
commit | 626abf0758737d30d90f95474a39107d5bbbcc66 (patch) | |
tree | 871d9d0924058c254f099d97e6349834c45db51f /Documentation/drivers/index.md | |
parent | 1bff742c12b0b03956241dd501e22928c2a4774e (diff) |
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>
Diffstat (limited to 'Documentation/drivers/index.md')
-rw-r--r-- | Documentation/drivers/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/drivers/index.md b/Documentation/drivers/index.md index 1b8539d9e5..a6e70fdafb 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) |