From mboxrd@z Thu Jan 1 00:00:00 1970 From: Antoine Tenart Subject: [PATCH net-next 14/18] arm64: dts: marvell: cp110: add PPv2 port interrupts Date: Mon, 24 Jul 2017 15:48:44 +0200 Message-ID: <20170724134848.19330-15-antoine.tenart@free-electrons.com> References: <20170724134848.19330-1-antoine.tenart@free-electrons.com> Cc: Antoine Tenart , thomas.petazzoni@free-electrons.com, nadavh@marvell.com, linux@armlinux.org.uk, mw@semihalf.com, stefanc@marvell.com, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org To: davem@davemloft.net, jason@lakedaemon.net, andrew@lunn.ch, gregory.clement@free-electrons.com, sebastian.hesselbarth@gmail.com Return-path: Received: from mail.free-electrons.com ([62.4.15.54]:47404 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755858AbdGXNuI (ORCPT ); Mon, 24 Jul 2017 09:50:08 -0400 In-Reply-To: <20170724134848.19330-1-antoine.tenart@free-electrons.com> Sender: netdev-owner@vger.kernel.org List-ID: Ports interrupts are used by the PPv2 driver when no PHY is connected to a port. This patch adds a description of these interrupts. Signed-off-by: Antoine Tenart --- @Dave: Hi! This patch should go through the mvebu tree. Thanks! arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi | 15 +++++++++------ arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi | 15 +++++++++------ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi index 13763eefeb6e..ebbdb3c97b7f 100644 --- a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi @@ -69,24 +69,27 @@ dma-coherent; cpm_eth0: eth0 { - interrupts = ; - interrupt-names = "rx-shared"; + interrupts = , + ; + interrupt-names = "rx-shared", "link"; port-id = <0>; gop-port-id = <0>; status = "disabled"; }; cpm_eth1: eth1 { - interrupts = ; - interrupt-names = "rx-shared"; + interrupts = , + ; + interrupt-names = "rx-shared", "link"; port-id = <1>; gop-port-id = <2>; status = "disabled"; }; cpm_eth2: eth2 { - interrupts = ; - interrupt-names = "rx-shared"; + interrupts = , + ; + interrupt-names = "rx-shared", "link"; port-id = <2>; gop-port-id = <3>; status = "disabled"; diff --git a/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi index 0382cffef189..a9ac5fc6def7 100644 --- a/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi @@ -76,24 +76,27 @@ dma-coherent; cps_eth0: eth0 { - interrupts = ; - interrupt-names = "rx-shared"; + interrupts = , + ; + interrupt-names = "rx-shared", "link"; port-id = <0>; gop-port-id = <0>; status = "disabled"; }; cps_eth1: eth1 { - interrupts = ; - interrupt-names = "rx-shared"; + interrupts = , + ; + interrupt-names = "rx-shared", "link"; port-id = <1>; gop-port-id = <2>; status = "disabled"; }; cps_eth2: eth2 { - interrupts = ; - interrupt-names = "rx-shared"; + interrupts = , + ; + interrupt-names = "rx-shared", "link"; port-id = <2>; gop-port-id = <3>; status = "disabled"; -- 2.13.3