linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/4] dt-bindings: usb: mtk-xhci: add support ip-sleep for mt8195
@ 2022-01-28  6:28 Chunfeng Yun
  2022-01-28  6:29 ` [PATCH v2 2/4] usb: xhci-mtk: add support ip-sleep wakeup " Chunfeng Yun
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Chunfeng Yun @ 2022-01-28  6:28 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Matthias Brugger
  Cc: Chunfeng Yun, Rob Herring, Mathias Nyman, linux-usb,
	linux-arm-kernel, linux-mediatek, devicetree, linux-kernel,
	Tianping Fang, Eddie Hung, AngeloGioacchino Del Regno

There are 4 USB controllers on MT8195, each controller's wakeup control is
different, add some specific versions for them.

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Acked-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
---
v2:
  1. fix typo 'specific' suggested by Rob
  2. add acked-by AngeloGioacchino
---
 .../devicetree/bindings/usb/mediatek,mtk-xhci.yaml          | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml
index 11f7bacd4e2b..41efb51638d1 100644
--- a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml
+++ b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml
@@ -146,7 +146,11 @@ properties:
             2 - used by mt2712 etc, revision 2 following IPM rule;
             101 - used by mt8183, specific 1.01;
             102 - used by mt8192, specific 1.02;
-          enum: [1, 2, 101, 102]
+            103 - used by mt8195, IP0, specific 1.03;
+            104 - used by mt8195, IP1, specific 1.04;
+            105 - used by mt8195, IP2, specific 1.05;
+            106 - used by mt8195, IP3, specific 1.06;
+          enum: [1, 2, 101, 102, 103, 104, 105, 106]
 
   mediatek,u3p-dis-msk:
     $ref: /schemas/types.yaml#/definitions/uint32
-- 
2.18.0


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-05-10 11:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28  6:28 [PATCH v2 1/4] dt-bindings: usb: mtk-xhci: add support ip-sleep for mt8195 Chunfeng Yun
2022-01-28  6:29 ` [PATCH v2 2/4] usb: xhci-mtk: add support ip-sleep wakeup " Chunfeng Yun
2022-01-28  6:29 ` [PATCH v2 3/4] arm64: dts: mediatek: mt8195: add efuse node and cells Chunfeng Yun
2022-01-31  9:57   ` AngeloGioacchino Del Regno
2022-02-11 10:17   ` Greg Kroah-Hartman
2022-02-16  9:38     ` Macpaul Lin
2022-05-10  3:36       ` Macpaul Lin
2022-01-28  6:29 ` [PATCH v2 4/4] arm64: dts: mediatek: mt8195: enable usb remote wakeup Chunfeng Yun
2022-01-31  9:59   ` AngeloGioacchino Del Regno
2022-05-10  3:47     ` Macpaul Lin
2022-05-10 11:03       ` Chunfeng Yun
2022-02-09 20:45 ` [PATCH v2 1/4] dt-bindings: usb: mtk-xhci: add support ip-sleep for mt8195 Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).