@@ -595,7 +595,7 @@ bridges/switches of the board.
595
595
596
596
For example, let's assume we have a system with a PCIe serial port, an
597
597
Exar XR17V3521, soldered on the main board. This UART chip also includes
598
- 16 GPIOs and we want to add the property ``gpio-line-names `` [1] to these pins.
598
+ 16 GPIOs and we want to add the property ``gpio-line-names `` [1 ]_ to these pins.
599
599
In this case, the ``lspci `` output for this component is::
600
600
601
601
07:00.0 Serial controller: Exar Corp. XR17V3521 Dual PCIe UART (rev 03)
@@ -637,7 +637,7 @@ of the chipset bridge (also called "root port") with address::
637
637
Bus: 0 - Device: 14 - Function: 1
638
638
639
639
To find this information, it is necessary to disassemble the BIOS ACPI tables,
640
- in particular the DSDT (see also [2])::
640
+ in particular the DSDT (see also [2 ]_ )::
641
641
642
642
mkdir ~/tables/
643
643
cd ~/tables/
@@ -667,7 +667,7 @@ device::
667
667
}
668
668
... other definitions follow ...
669
669
670
- and the _ADR method [3] returns exactly the device/function couple that
670
+ and the _ADR method [3 ]_ returns exactly the device/function couple that
671
671
we are looking for. With this information and analyzing the above ``lspci ``
672
672
output (both the devices list and the devices tree), we can write the following
673
673
ACPI description for the Exar PCIe UART, also adding the list of its GPIO line
@@ -724,10 +724,10 @@ created analyzing the position of the Exar UART in the PCI bus topology.
724
724
References
725
725
==========
726
726
727
- [1] Documentation/firmware-guide/acpi/gpio-properties.rst
727
+ .. [1 ] Documentation/firmware-guide/acpi/gpio-properties.rst
728
728
729
- [2] Documentation/admin-guide/acpi/initrd_table_override.rst
729
+ .. [2 ] Documentation/admin-guide/acpi/initrd_table_override.rst
730
730
731
- [3] ACPI Specifications, Version 6.3 - Paragraph 6.1.1 _ADR Address)
731
+ .. [3 ] ACPI Specifications, Version 6.3 - Paragraph 6.1.1 _ADR Address)
732
732
https://uefi.org/sites/default/files/resources/ACPI_6_3_May16.pdf,
733
733
referenced 2020-11-18
0 commit comments