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

Andrew Lunn andrew at lunn.ch
Tue Oct 4 06:10:32 PDT 2016


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



More information about the linux-arm-kernel mailing list