Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753154AbcD1MBW (ORCPT ); Thu, 28 Apr 2016 08:01:22 -0400 Received: from mail-qg0-f68.google.com ([209.85.192.68]:34147 "EHLO mail-qg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753035AbcD1MBT (ORCPT ); Thu, 28 Apr 2016 08:01:19 -0400 MIME-Version: 1.0 In-Reply-To: <1461585242-32401-6-git-send-email-alexandre.torgue@gmail.com> References: <1461585242-32401-1-git-send-email-alexandre.torgue@gmail.com> <1461585242-32401-6-git-send-email-alexandre.torgue@gmail.com> Date: Thu, 28 Apr 2016 14:01:17 +0200 Message-ID: Subject: Re: [PATCH v6 5/6] ARM: dts: stm32f429: Align Ethernet node with new bindings properties From: Maxime Coquelin To: Alexandre TORGUE , Rob Herring Cc: Giuseppe Cavallaro , netdev@vger.kernel.org, "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Joachim Eastwood , wens@csie.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1763 Lines: 42 Hi Alex, 2016-04-25 13:54 GMT+02:00 Alexandre TORGUE : > This patch aligns clocks names and node reference according to new > stm32-dwmac glue binding. It also renames Ethernet pinctrl phandle > (indeed there is no need to add 0 as Ethernet instance as there is only > one IP in SOC). > > Signed-off-by: Alexandre TORGUE > > diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi > index 35df462..5995998 100644 > --- a/arch/arm/boot/dts/stm32f429.dtsi > +++ b/arch/arm/boot/dts/stm32f429.dtsi > @@ -304,7 +304,7 @@ > }; > }; > > - ethernet0_mii: mii@0 { > + ethernet_mii: mii@0 { > pins { > pinmux = , > , > @@ -363,13 +363,13 @@ > st,mem2mem; > }; > > - ethernet0: dwmac@40028000 { > + mac: ethernet@40028000 { > compatible = "st,stm32-dwmac", "snps,dwmac-3.50a"; > reg = <0x40028000 0x8000>; > reg-names = "stmmaceth"; > interrupts = <61>, <62>; > interrupt-names = "macirq", "eth_wake_irq"; > - clock-names = "stmmaceth", "tx-clk", "rx-clk"; > + clock-names = "stmmaceth", "mac-clk-tx", "mac-clk-rx"; It looks good to me, but I will wait for Rob's ack on the bindings documentation patch before applying it. Regards, Maxime