From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757784AbcIGSMx (ORCPT ); Wed, 7 Sep 2016 14:12:53 -0400 Received: from gloria.sntech.de ([95.129.55.99]:34354 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752301AbcIGSMu (ORCPT ); Wed, 7 Sep 2016 14:12:50 -0400 From: Heiko Stuebner To: Caesar Wang Cc: "David S. Miller" , netdev@vger.kernel.org, linux-rockchip@lists.infradead.org, Brian Norris , Douglas Anderson , dbasehore@chromium.org, Roger Chen , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , Xing Zheng , Huang Tao , Elaine Zhang , Jianqun Xu , David Wu , Shunqian Zheng , Masahiro Yamada , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 5/6] arm64: dts: rockchip: add the gmac needed node for rk3399 Date: Wed, 07 Sep 2016 20:12:23 +0200 Message-ID: <2189752.joCqtnIJ7y@phil> User-Agent: KMail/5.2.3 (Linux/4.6.0-1-amd64; KDE/5.23.0; x86_64; ; ) In-Reply-To: <1472752204-8924-6-git-send-email-wxt@rock-chips.com> References: <1472752204-8924-1-git-send-email-wxt@rock-chips.com> <1472752204-8924-6-git-send-email-wxt@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Freitag, 2. September 2016, 01:50:03 CEST schrieb Caesar Wang: > From: Roger Chen > > The RK3399 GMAC Ethernet Controller provides a complete Ethernet interface > from processor to a Reduced Media Independent Interface (RMII) and Reduced > Gigabit Media Independent Interface (RGMII) compliant Ethernet PHY. > > This patch adds the related needed device information. > e.g.: interrupts, grf, clocks, pinctrl and so on. > > The full details are in [0]. > > [0]: > Documentation/devicetree/bindings/net/rockchip-dwmac.txt > > Signed-off-by: Roger Chen > Signed-off-by: Caesar Wang > --- > > Changes in v4: > - The Roger had posted patch on https://patchwork.kernel.org/patch/9274561/. > - re-fixup to original author. > > Changes in v3: > - generate a patch from https://patchwork.kernel.org/patch/9306339/. > > Changes in v2: None > > arch/arm64/boot/dts/rockchip/rk3399.dtsi | 80 > ++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi > b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 2ab233f..092bb45 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi > +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi > @@ -200,6 +200,26 @@ > }; > }; > > + gmac: ethernet@fe300000 { > + compatible = "rockchip,rk3399-gmac"; > + reg = <0x0 0xfe300000 0x0 0x10000>; > + interrupts = ; applied to my dts64 branch, after making this a + interrupts = ; (due to the 4-cell interrupt change) Heiko