Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1495420

Re: [PATCH v2 2/4] net: phy: dp83867: add support for MAC impedance configuration

From Andrew Lunn <andrew@lunn.ch>
Newsgroups linux.kernel
Subject Re: [PATCH v2 2/4] net: phy: dp83867: add support for MAC impedance configuration
Date 2016-10-04 15:20 +0200
Message-ID <soxNv-3co-9@gated-at.bofh.it> (permalink)
References <soxua-2PF-3@gated-at.bofh.it> <soxua-2PF-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


> +	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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 2/4] net: phy: dp83867: add support for MAC impedance configuration Mugunthan V N <mugunthanvnm@ti.com> - 2016-10-04 15:00 +0200
  Re: [PATCH v2 2/4] net: phy: dp83867: add support for MAC impedance  configuration Andrew Lunn <andrew@lunn.ch> - 2016-10-04 15:20 +0200
    Re: [PATCH v2 2/4] net: phy: dp83867: add support for MAC impedance  configuration Mugunthan V N <mugunthanvnm@ti.com> - 2016-10-05 05:30 +0200
  Re: [PATCH v2 2/4] net: phy: dp83867: add support for MAC impedance  configuration Lokesh Vutla <lokeshvutla@ti.com> - 2016-10-04 15:20 +0200

csiph-web