Message ID | 20220523090449.14430-2-chunfeng.yun@mediatek.com |
---|---|
State | New |
Headers | show |
Series | [1/4] dt-bindings: usb: mtk-xhci: add support 'resets' property | expand |
On Mon, 23 May 2022 17:04:47 +0800, Chunfeng Yun wrote: > Add 'resets' property to support IP reset usually by top pericfg. > > Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> > --- > Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml index df766f8de872..208d3f780b2a 100644 --- a/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml +++ b/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml @@ -106,6 +106,9 @@ properties: maximum-speed: enum: [super-speed-plus, super-speed, high-speed, full-speed] + resets: + maxItems: 1 + "#address-cells": enum: [1, 2]
Add 'resets' property to support IP reset usually by top pericfg. Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> --- Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml | 3 +++ 1 file changed, 3 insertions(+)