commit | 2080d023d90e2972f82dfde624d209cf5a0c569c | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Mon Jul 24 17:07:05 2017 +0200 |
committer | Marek Vasut <marex@denx.de> | Fri Jul 28 23:34:43 2017 +0200 |
tree | c355cd8a4ce699c948dbe51ce072e7a02324a11b | |
parent | 4b3928a08f24d21c2d34487b9d89fee35814bd0d [diff] |
usb: host: ohci-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>