Message ID | 1617002411-9015-1-git-send-email-chunfeng.yun@mediatek.com |
---|---|
State | New |
Headers | show |
Series | [v3,1/4] dt-bindings: usb: mtk-xhci: support property usb2-lpm-disable | expand |
On Mon, 29 Mar 2021 15:20:08 +0800, Chunfeng Yun wrote: > Add support common property usb2-lpm-disable > > Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> > --- > v3: remove redefinition of type and description suggested by Rob > v2: no changes > --- > Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On Mon, 29 Mar 2021 15:20:09 +0800, Chunfeng Yun wrote: > The property usb3-lpm-capable is defined in usb-xhci.yaml which is > already referenced in this file, so no need 'description' and 'type' > anymore. > > Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> > --- > v3: new patch > --- > Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml index 45bf4ea00c9e..291749f49f35 100644 --- a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml +++ b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml @@ -104,6 +104,8 @@ properties: description: supports USB3.0 LPM type: boolean + usb2-lpm-disable: true + imod-interval-ns: description: Interrupt moderation interval value, it is 8 times as much as that
Add support common property usb2-lpm-disable Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> --- v3: remove redefinition of type and description suggested by Rob v2: no changes --- Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 2 ++ 1 file changed, 2 insertions(+)