]> Git Repo - linux.git/commitdiff
arm64: dts: marvell: add missing #interrupt-cells property
authorRussell King <[email protected]>
Mon, 17 Jun 2019 14:49:55 +0000 (15:49 +0100)
committerGregory CLEMENT <[email protected]>
Tue, 18 Jun 2019 08:17:39 +0000 (10:17 +0200)
The GPIO interrupt controllers are missing their required
specified in DT.

Signed-off-by: Russell King <[email protected]>
Reviewed-by: Alexandre Belloni <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
arch/arm64/boot/dts/marvell/armada-cp110.dtsi

index 4d6e4a097f720e0f7ae39b3f6b79e6501458efc9..f71afb1de18f88a5373756e60c16622a2c825e3f 100644 (file)
                                        <85 IRQ_TYPE_LEVEL_HIGH>,
                                        <84 IRQ_TYPE_LEVEL_HIGH>,
                                        <83 IRQ_TYPE_LEVEL_HIGH>;
+                               #interrupt-cells = <2>;
                                status = "disabled";
                        };
 
                                        <81 IRQ_TYPE_LEVEL_HIGH>,
                                        <80 IRQ_TYPE_LEVEL_HIGH>,
                                        <79 IRQ_TYPE_LEVEL_HIGH>;
+                               #interrupt-cells = <2>;
                                status = "disabled";
                        };
                };
This page took 0.062432 seconds and 4 git commands to generate.