From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: Re: [net-next PATCH v3 1/4] devicetree: Add compatible string for Zynq Ultrascale+ MPSoC Date: Mon, 11 May 2015 09:41:50 +0200 Message-ID: <55505D3E.2050303@atmel.com> References: <1430931438-32592-1-git-send-email-harinik@xilinx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1430931438-32592-1-git-send-email-harinik@xilinx.com> Sender: linux-kernel-owner@vger.kernel.org To: Harini Katakam , davem@davemloft.net, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, boris.brezillon@free-electrons.com, alexandre.belloni@free-electrons.com, harinikatakamlinux@gmail.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, harinik@xilinx.com, punnaia@xilinx.com, michals@xilinx.com List-Id: devicetree@vger.kernel.org Le 06/05/2015 18:57, Harini Katakam a =E9crit : > Add "cdns,zynqmp-gem" to be used for Zynq Ultrascale+ MPSoC. >=20 > Signed-off-by: Harini Katakam > Reviewed-by: Punnaiah Choudary Kalluri I know it's too late, but for the record: Acked-by: Nicolas Ferre Thanks for having re-spinned this series Harini. Bye, > --- >=20 > v3: > No changes >=20 > v2: > Updated SoC name >=20 > --- > Documentation/devicetree/bindings/net/macb.txt | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documen= tation/devicetree/bindings/net/macb.txt > index ba19d67..8ec5fdf 100644 > --- a/Documentation/devicetree/bindings/net/macb.txt > +++ b/Documentation/devicetree/bindings/net/macb.txt > @@ -9,6 +9,7 @@ Required properties: > the Cadence GEM, or the generic form: "cdns,gem". > Use "cdns,sama5d3-gem" for the Gigabit IP available on Atmel sama5= d3 SoCs. > Use "cdns,sama5d4-gem" for the Gigabit IP available on Atmel sama5= d4 SoCs. > + Use "cdns,zynqmp-gem" for Zynq Ultrascale+ MPSoC. > - reg: Address and length of the register set for the device > - interrupts: Should contain macb interrupt > - phy-mode: See ethernet.txt file in the same directory. >=20 --=20 Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752681AbbEKHnb (ORCPT ); Mon, 11 May 2015 03:43:31 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:60930 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752468AbbEKHnZ (ORCPT ); Mon, 11 May 2015 03:43:25 -0400 Message-ID: <55505D3E.2050303@atmel.com> Date: Mon, 11 May 2015 09:41:50 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Harini Katakam , , , , , , , , , CC: , , , , , Subject: Re: [net-next PATCH v3 1/4] devicetree: Add compatible string for Zynq Ultrascale+ MPSoC References: <1430931438-32592-1-git-send-email-harinik@xilinx.com> In-Reply-To: <1430931438-32592-1-git-send-email-harinik@xilinx.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 06/05/2015 18:57, Harini Katakam a écrit : > Add "cdns,zynqmp-gem" to be used for Zynq Ultrascale+ MPSoC. > > Signed-off-by: Harini Katakam > Reviewed-by: Punnaiah Choudary Kalluri I know it's too late, but for the record: Acked-by: Nicolas Ferre Thanks for having re-spinned this series Harini. Bye, > --- > > v3: > No changes > > v2: > Updated SoC name > > --- > Documentation/devicetree/bindings/net/macb.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documentation/devicetree/bindings/net/macb.txt > index ba19d67..8ec5fdf 100644 > --- a/Documentation/devicetree/bindings/net/macb.txt > +++ b/Documentation/devicetree/bindings/net/macb.txt > @@ -9,6 +9,7 @@ Required properties: > the Cadence GEM, or the generic form: "cdns,gem". > Use "cdns,sama5d3-gem" for the Gigabit IP available on Atmel sama5d3 SoCs. > Use "cdns,sama5d4-gem" for the Gigabit IP available on Atmel sama5d4 SoCs. > + Use "cdns,zynqmp-gem" for Zynq Ultrascale+ MPSoC. > - reg: Address and length of the register set for the device > - interrupts: Should contain macb interrupt > - phy-mode: See ethernet.txt file in the same directory. > -- Nicolas Ferre