[PATCH next 02/45] doc: arch/x86: fix "link" to IRQ router DT binding
Quentin Schulz <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
From: Quentin Schulz <[email protected]> The device-tree binding is not part of our Sphinx docs so we cannot refer to it this way. Instead, follow what we've already done for other DT bindings and simply use the :download: role. Signed-off-by: Quentin Schulz <[email protected]> --- doc/arch/x86/x86.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/arch/x86/x86.rst b/doc/arch/x86/x86.rst index f67216d6ce02..066838b956b8 100644 --- a/doc/arch/x86/x86.rst +++ b/doc/arch/x86/x86.rst @@ -242,7 +242,7 @@ debug serial port may be useful here. See setup_internal_uart() for an example. During the U-Boot porting, one of the important steps is to write correct PIRQ routing information in the board device tree. Without it, device drivers in the Linux kernel won't function correctly due to interrupt is not working. Please -refer to U-Boot `doc <doc/device-tree-bindings/misc/intel,irq-router.txt>`_ for +refer to :download:`intel,irq-router.txt <../../device-tree-bindings/misc/intel,irq-router.txt>` for the device tree bindings of Intel interrupt router. Here we have more details on the intel,pirq-routing property below. -- 2.55.0