From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753057AbbJOLvr (ORCPT ); Thu, 15 Oct 2015 07:51:47 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:36533 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752816AbbJOLvp (ORCPT ); Thu, 15 Oct 2015 07:51:45 -0400 Subject: Re: [PATCH 0/4] Enable Ethernet on StiH407 family boards To: Giuseppe Cavallaro , , , , , References: <1443714982-16251-1-git-send-email-maxime.coquelin@st.com> CC: , From: Maxime Coquelin Message-ID: <561F9330.7030309@st.com> Date: Thu, 15 Oct 2015 13:51:12 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1443714982-16251-1-git-send-email-maxime.coquelin@st.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.23.80] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-10-15_09:2015-10-13,2015-10-15,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/01/2015 05:56 PM, Maxime Coquelin wrote: > This series enables Ethernet support on STiH407 family reference design > boards. > > These boards use the RTL8367 Switch as PHY. > As it is previously configured by the bootloader, we declare it as a fixed > link. > > Maxime Coquelin (4): > ARM: dts: Fix RGMII pinctrl timings > ARM: dts: Add Ethernet node to STiH407 family > ARM: dts: Enable Ethernet on STi's B2120 boards > ARM: dts: Enable Ethernet on STi's B2199 board > > arch/arm/boot/dts/stih407-b2120.dts | 1 + > arch/arm/boot/dts/stih407-family.dtsi | 27 +++++++++++++++++++++++++++ > arch/arm/boot/dts/stih407-pinctrl.dtsi | 4 ++-- > arch/arm/boot/dts/stih410-b2120.dts | 1 + > arch/arm/boot/dts/stih418-b2199.dts | 8 ++++++++ > arch/arm/boot/dts/stihxxx-b2120.dtsi | 6 ++++++ > 6 files changed, 45 insertions(+), 2 deletions(-) > Series applied. Maxime