From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Tue, 4 Oct 2016 15:10:32 +0200 Subject: [PATCH v2 2/4] net: phy: dp83867: add support for MAC impedance configuration In-Reply-To: <20161004125607.10569-3-mugunthanvnm@ti.com> References: <20161004125607.10569-1-mugunthanvnm@ti.com> <20161004125607.10569-3-mugunthanvnm@ti.com> Message-ID: <20161004131032.GL11677@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > + 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? Andrew