commit | c94f61af28a7018611067e8a1ab5a0830b4a3b8c | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Feb 23 17:32:43 2023 +0100 |
committer | Marek Vasut <marex@denx.de> | Thu Mar 02 22:42:27 2023 +0100 |
tree | 9381a2f0e19c0973cf5abbb0ae1aebae65b92a89 | |
parent | b2e2c6199f29a4ed21f1c99d79991cb96995300e [diff] |
usb: dwc3-meson-g12a: Select PHY instead of imply PHY Imply means you can turn off the option and expect things to work - "it's a good idea to have X enabled" is when to use imply - "you must have X for Y to work" is when to use select Use "select" here. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>