Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754626AbcJED3b (ORCPT ); Tue, 4 Oct 2016 23:29:31 -0400 Received: from bear.ext.ti.com ([198.47.19.11]:43767 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752557AbcJED32 (ORCPT ); Tue, 4 Oct 2016 23:29:28 -0400 Subject: Re: [PATCH v2 2/4] net: phy: dp83867: add support for MAC impedance configuration To: Andrew Lunn References: <20161004125607.10569-1-mugunthanvnm@ti.com> <20161004125607.10569-3-mugunthanvnm@ti.com> <20161004131032.GL11677@lunn.ch> CC: , , , , , Rob Herring , Mark Rutland , Tony Lindgren , Russell King , Florian Fainelli , David Miller , Sekhar Nori From: Mugunthan V N Message-ID: <20264692-6a13-58c0-c262-f631af8f355e@ti.com> Date: Wed, 5 Oct 2016 08:58:27 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20161004131032.GL11677@lunn.ch> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 533 Lines: 15 On Tuesday 04 October 2016 06:40 PM, Andrew Lunn wrote: >> + if (of_property_read_bool(of_node, "ti,max-output-imepdance")) >> + dp83867->io_impedance = DP83867_IO_MUX_CFG_IO_IMPEDANCE_MAX; >> + else if (of_property_read_bool(of_node, "ti,min-output-imepdance")) > > Did you really test this? Or did you make the same typos in your device > tree file? > I have tested this and attached the log in cover letter. Since there is a typo error on both dts and driver it worked as expected. Will send a v3 ASAP. Regards Mugunthan V N