diff options
| author | Quentin Schulz <[email protected]> | 2026-08-25 18:49:39 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-08-29 06:41:35 +0200 |
| commit | 228396e1d3fa4f7438058ae9f1ac8ede02324730 (patch) | |
| tree | a4a974d263e61c043d531a76a5e6d1152becd9df | |
| parent | ece567bb1176eb49d0857c5c4efb12eb00fdd1ed (diff) | |
doc: arch/x86: fix "link" to IRQ router DT binding
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]>
| -rw-r--r-- | doc/arch/x86/x86.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/arch/x86/x86.rst b/doc/arch/x86/x86.rst index f67216d6ce0..066838b956b 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. |
