Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751485AbcDTTl4 (ORCPT ); Wed, 20 Apr 2016 15:41:56 -0400 Received: from mail-qk0-f170.google.com ([209.85.220.170]:34308 "EHLO mail-qk0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750931AbcDTTly (ORCPT ); Wed, 20 Apr 2016 15:41:54 -0400 Subject: Re: [PATCH v2] ARM: dts: imx6: Add dts for Embest MarS Board To: Fabio Estevam References: <1460420743-30883-1-git-send-email-sergio.prado@e-labworks.com> Cc: "robh+dt@kernel.org" , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Shawn Guo , Sascha Hauer , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , linux-kernel From: Sergio Prado Message-ID: <5717DB7A.4030406@e-labworks.com> Date: Wed, 20 Apr 2016 16:41:46 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 512 Lines: 21 Hi Fabio, On 19-04-2016 08:34, Fabio Estevam wrote: > On Mon, Apr 11, 2016 at 9:25 PM, Sergio Prado > wrote: > >> +&fec { >> + pinctrl-names = "default"; >> + pinctrl-0 = <&pinctrl_enet>; >> + phy-mode = "rgmii"; >> + phy-reset-gpios = <&gpio3 31 GPIO_ACTIVE_HIGH>; > > Are you sure this is really active high? > You are right. Although the ethernet interface did work that way, the reset pin is active low. I will fix in V3. Best regards, Sergio Prado