]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: dts: Fix typo in intel,irq-router.txt
authorSimon Glass <sjg@chromium.org>
Mon, 27 Jul 2015 21:47:26 +0000 (15:47 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:54 +0000 (08:00 +0200)
Fix a small typo in this binding file.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
doc/device-tree-bindings/misc/intel,irq-router.txt

index 598b4b1c2f5cfd43c5b6c428e8da90a75a489542..e4d8ead2ee5d3a06c483b1702ff3e5dd6f07fb3b 100644 (file)
@@ -17,8 +17,8 @@ Required properties :
 - intel,pirq-link : Specifies the PIRQ link information with two cells. The
     first cell is the register offset that controls the first PIRQ link routing.
     The second cell is the total number of PIRQ links the router supports.
-- intel,pirq-mask : Specifies the IRQ mask reprenting the 16 IRQs in 8259 PIC.
-    Bit N is 1 means IRQ N is available to be routed.
+- intel,pirq-mask : Specifies the IRQ mask representing the 16 IRQs in the
+    8259 PIC. Bit N is 1 means IRQ N is available to be routed.
 - intel,pirq-routing : Specifies all PCI devices' IRQ routing information,
    encoded as 3 cells a group for a device. The first cell is the device's PCI
    bus number, device number and function number encoding with PCI_BDF() macro.