From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Torgue Subject: Re: [PATCH 3/8] ARM: dts: stm32: add ethernet pins to stm32mp157c Date: Wed, 25 Apr 2018 18:22:03 +0200 Message-ID: <3b41ed0c-836b-6105-f625-d97e4512d0b2@st.com> References: <1524582120-4451-1-git-send-email-christophe.roullier@st.com> <1524582120-4451-4-git-send-email-christophe.roullier@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: Mark Rutland , Maxime Coquelin , Giuseppe CAVALLARO , , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , netdev To: Rob Herring , Christophe Roullier Return-path: Received: from mx07-00178001.pphosted.com ([62.209.51.94]:38355 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755383AbeDYQWe (ORCPT ); Wed, 25 Apr 2018 12:22:34 -0400 In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: Hi Rob, On 04/25/2018 05:09 PM, Rob Herring wrote: > On Tue, Apr 24, 2018 at 10:01 AM, Christophe Roullier > wrote: >> Add ethernet pins on stm32mp157c. >> >> Signed-off-by: Christophe Roullier >> --- >> arch/arm/boot/dts/stm32mp157-pinctrl.dtsi | 46 +++++++++++++++++++++++++++++++ >> 1 file changed, 46 insertions(+) >> >> diff --git a/arch/arm/boot/dts/stm32mp157-pinctrl.dtsi b/arch/arm/boot/dts/stm32mp157-pinctrl.dtsi >> index 6f044100..86720a5 100644 >> --- a/arch/arm/boot/dts/stm32mp157-pinctrl.dtsi >> +++ b/arch/arm/boot/dts/stm32mp157-pinctrl.dtsi >> @@ -158,6 +158,52 @@ >> bias-disable; >> }; >> }; >> + >> + ethernet0_rgmii_pins_a: rgmii@0 { > > A unit-address without 'reg' property is not valid, so drop the '@0'. > Thanks for the highlights. We could replace rgmii@0 by rgmii-0. If no objections, I will send a series to update all STM32 device tree files (MCUs legacy). I will take care about it for future STM32 DT review. Thanks Alex > Please build your dtb with W=1 or W=12 which will tell you this and > other errors. > > Rob >