commit | 04232f78b31ba94d837c3468338f9ce03668cb83 | [log] [tgz] |
---|---|---|
author | Chunfeng Yun <chunfeng.yun@mediatek.com> | Wed Dec 23 09:52:20 2020 +0800 |
committer | Marek Vasut <marex@denx.de> | Wed Feb 10 22:23:24 2021 +0100 |
tree | 7854fdb77ff67641a88223bb9ccea2066626a5e3 | |
parent | c7182c02cefb11431a79a8abb4d8a821e4a478b5 [diff] |
usb: xhci-mtk: support option to disable ports Add support to disable specific ports, it's useful for some scenarios: 1. usb3 PHY is shared whith PCIe or SATA, the corresponding usb3 port can be disabled; 2. some usb2 or usb3 ports are not used on special platforms, they should be disabled to save power. Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>