]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: marvell: armada-cp110: change the PPv2 IRQ names
authorAntoine Tenart <antoine.tenart@bootlin.com>
Mon, 24 Sep 2018 09:00:01 +0000 (11:00 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Wed, 26 Sep 2018 12:29:23 +0000 (14:29 +0200)
This patch changes the PPv2 IRQ names in the CP110 device tree to match
a corresponding change in the Marvell PPv2 driver. The reason this was
updated is the IRQ where names after Tx/Rx interrupts, but this is not
true and can be configured. A following patch will add more of them and
the names wouldn't make sense.

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/armada-cp110.dtsi

index df3f85c3ff359154316c992318a5c54ae2a32907..9d2a634b0975f842fe0d54b21a0619de307f135f 100644 (file)
@@ -71,8 +71,8 @@ CP110_LABEL(eth0): eth0 {
                                        <ICU_GRP_NSR 51 IRQ_TYPE_LEVEL_HIGH>,
                                        <ICU_GRP_NSR 55 IRQ_TYPE_LEVEL_HIGH>,
                                        <ICU_GRP_NSR 129 IRQ_TYPE_LEVEL_HIGH>;
-                               interrupt-names = "tx-cpu0", "tx-cpu1", "tx-cpu2",
-                                       "tx-cpu3", "rx-shared", "link";
+                               interrupt-names = "hif0", "hif1", "hif2",
+                                       "hif3", "hif4", "link";
                                port-id = <0>;
                                gop-port-id = <0>;
                                status = "disabled";
@@ -85,8 +85,8 @@ CP110_LABEL(eth1): eth1 {
                                        <ICU_GRP_NSR 52 IRQ_TYPE_LEVEL_HIGH>,
                                        <ICU_GRP_NSR 56 IRQ_TYPE_LEVEL_HIGH>,
                                        <ICU_GRP_NSR 128 IRQ_TYPE_LEVEL_HIGH>;
-                               interrupt-names = "tx-cpu0", "tx-cpu1", "tx-cpu2",
-                                       "tx-cpu3", "rx-shared", "link";
+                               interrupt-names = "hif0", "hif1", "hif2",
+                                       "hif3", "hif4", "link";
                                port-id = <1>;
                                gop-port-id = <2>;
                                status = "disabled";
@@ -99,8 +99,8 @@ CP110_LABEL(eth2): eth2 {
                                        <ICU_GRP_NSR 53 IRQ_TYPE_LEVEL_HIGH>,
                                        <ICU_GRP_NSR 57 IRQ_TYPE_LEVEL_HIGH>,
                                        <ICU_GRP_NSR 127 IRQ_TYPE_LEVEL_HIGH>;
-                               interrupt-names = "tx-cpu0", "tx-cpu1", "tx-cpu2",
-                                       "tx-cpu3", "rx-shared", "link";
+                               interrupt-names = "hif0", "hif1", "hif2",
+                                       "hif3", "hif4", "link";
                                port-id = <2>;
                                gop-port-id = <3>;
                                status = "disabled";