commit | 61b17ed0e0313f8cda325458519f9bfb31e5263e | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Tue Aug 07 12:24:35 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Tue Aug 14 11:31:19 2018 +0200 |
tree | 1a4774863909adf711668c9ca000c2329ee69eca | |
parent | b52e85379114a75b128513ae7b58252eebbbff58 [diff] |
phy: Fix off-by-one error when parsing DT PHY bindings The code fails to copy the last PHY phandle argument, so it is missing from the adjusted phandle args and the consumer cannot use it to determine what the PHY should do. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Patrice Chotard <patrice.chotard@st.com>