From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f68.google.com ([209.85.215.68]:56106 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753960AbdKJUHT (ORCPT ); Fri, 10 Nov 2017 15:07:19 -0500 Received: by mail-lf0-f68.google.com with SMTP id e143so12301263lfg.12 for ; Fri, 10 Nov 2017 12:07:18 -0800 (PST) From: Sergei Shtylyov Message-Id: <20171110200714.406365231@cogentembedded.com> Date: Fri, 10 Nov 2017 23:02:21 +0300 To: Simon Horman , Rob Herring , Catalin Marinas , Will Deacon , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org Cc: Magnus Damm , Mark Rutland , linux-arm-kernel@lists.infradead.org, Sergei Shtylyov Subject: [PATCH 3/3] arm64: dts: renesas: eagle: add EtherAVB pins MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline; filename=arm64-dts-renesas-eagle-add-EtherAVB-pins.patch Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: Add the (previously omitted) EtherAVB pin data to the Eagle board's device tree. Signed-off-by: Sergei Shtylyov --- arch/arm64/boot/dts/renesas/r8a77970-eagle.dts | 8 ++++++++ 1 file changed, 8 insertions(+) Index: renesas/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts =================================================================== --- renesas.orig/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts +++ renesas/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts @@ -34,6 +34,9 @@ }; &avb { + pinctrl-0 = <&avb_pins>; + pinctrl-names = "default"; + renesas,no-ether-link; phy-handle = <&phy0>; status = "okay"; @@ -53,6 +56,11 @@ }; &pfc { + avb_pins: avb { + groups = "avb0_mdio", "avb0_mii"; + function = "avb0"; + }; + scif0_pins: scif0 { groups = "scif0_data"; function = "scif0"; From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov) Date: Fri, 10 Nov 2017 23:02:21 +0300 Subject: [PATCH 3/3] arm64: dts: renesas: eagle: add EtherAVB pins Message-ID: <20171110200714.406365231@cogentembedded.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Add the (previously omitted) EtherAVB pin data to the Eagle board's device tree. Signed-off-by: Sergei Shtylyov --- arch/arm64/boot/dts/renesas/r8a77970-eagle.dts | 8 ++++++++ 1 file changed, 8 insertions(+) Index: renesas/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts =================================================================== --- renesas.orig/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts +++ renesas/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts @@ -34,6 +34,9 @@ }; &avb { + pinctrl-0 = <&avb_pins>; + pinctrl-names = "default"; + renesas,no-ether-link; phy-handle = <&phy0>; status = "okay"; @@ -53,6 +56,11 @@ }; &pfc { + avb_pins: avb { + groups = "avb0_mdio", "avb0_mii"; + function = "avb0"; + }; + scif0_pins: scif0 { groups = "scif0_data"; function = "scif0";