]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
PCI: hisi: DT spelling s/interrupts-*/interrupt-*/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 20 Apr 2016 15:32:16 +0000 (17:32 +0200)
committerRob Herring <robh@kernel.org>
Mon, 25 Apr 2016 13:38:44 +0000 (08:38 -0500)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/pci/hisilicon-pcie.txt

index b721beacfe4dae6c0bff3f429365080e46043d4a..59c2f47aa303ae2490dc18e9c1ee0b30f754518e 100644 (file)
@@ -34,11 +34,11 @@ Hip05 Example (note that Hip06 is the same except compatible):
                ranges = <0x82000000 0 0x00000000 0x220 0x00000000 0 0x10000000>;
                num-lanes = <8>;
                port-id = <1>;
-               #interrupts-cells = <1>;
-               interrupts-map-mask = <0xf800 0 0 7>;
-               interrupts-map = <0x0 0 0 1 &mbigen_pcie 1 10
-                                 0x0 0 0 2 &mbigen_pcie 2 11
-                                 0x0 0 0 3 &mbigen_pcie 3 12
-                                 0x0 0 0 4 &mbigen_pcie 4 13>;
+               #interrupt-cells = <1>;
+               interrupt-map-mask = <0xf800 0 0 7>;
+               interrupt-map = <0x0 0 0 1 &mbigen_pcie 1 10
+                                0x0 0 0 2 &mbigen_pcie 2 11
+                                0x0 0 0 3 &mbigen_pcie 3 12
+                                0x0 0 0 4 &mbigen_pcie 4 13>;
                status = "ok";
        };