diff options
author | Chunfeng Yun <chunfeng.yun@mediatek.com> | 2022-05-23 12:04:46 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-10 12:50:05 +0300 |
commit | 7c54e850ab70f156636d8ee6713839d20ac25782 (patch) | |
tree | eb27f724c69eab6cabd9ec4942282b7a936568b0 /Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | |
parent | 7013b2624c7b7b749b10fdce760eeb7f6af3fe99 (diff) | |
download | linux-7c54e850ab70f156636d8ee6713839d20ac25782.tar.xz |
dt-bindings: usb: mtk-xhci: add support 'resets' property
Add 'resets' property to support IP reset usually by top pericfg.
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/20220523090449.14430-1-chunfeng.yun@mediatek.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml index 084d7135b2d9..892718459d25 100644 --- a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml +++ b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml @@ -113,6 +113,9 @@ properties: vbus-supply: description: Regulator of USB VBUS5v + resets: + maxItems: 1 + usb3-lpm-capable: true usb2-lpm-disable: true |