commit | 4b3928a08f24d21c2d34487b9d89fee35814bd0d | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Mon Jul 24 17:07:04 2017 +0200 |
committer | Marek Vasut <marex@denx.de> | Fri Jul 28 23:34:43 2017 +0200 |
tree | b2fce47816b22c714b01427d9899d837460a9303 | |
parent | 623b7aca1f82bf1dee089c77f9a1020e80abaccc [diff] |
usb: host: ehci-generic: initialize PHY only when found Call generic_phy_init() only when a PHY was found. This will avoid a crash if no "phys" property is found in DT. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reported-by: Patrick Delaunay <patrick.delaunay@st.com>