]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: PCI: socionext,uniphier-pcie: Fix interrupt controller node name
authorRob Herring (Arm) <robh@kernel.org>
Mon, 15 Dec 2025 21:24:56 +0000 (15:24 -0600)
committerManivannan Sadhasivam <mani@kernel.org>
Tue, 30 Dec 2025 17:03:22 +0000 (22:33 +0530)
The child node name in use by .dts files and the driver is
"legacy-interrupt-controller", not "interrupt-controller".

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
Reviewed-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://patch.msgid.link/20251215212456.3317558-1-robh@kernel.org
Documentation/devicetree/bindings/pci/socionext,uniphier-pcie.yaml

index c07b0ed5161372bc9e4363557ad57809d8ae2e18..8a2f1eef51bddcb12d9608790b6d710e5beeecef 100644 (file)
@@ -51,7 +51,7 @@ properties:
   phy-names:
     const: pcie-phy
 
-  interrupt-controller:
+  legacy-interrupt-controller:
     type: object
     additionalProperties: false
 
@@ -111,7 +111,7 @@ examples:
                         <0 0 0  3  &pcie_intc 2>,
                         <0 0 0  4  &pcie_intc 3>;
 
-        pcie_intc: interrupt-controller {
+        pcie_intc: legacy-interrupt-controller {
             #address-cells = <0>;
             interrupt-controller;
             #interrupt-cells = <1>;