mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
dt-bindings: usb: mtu3: add support mt8196
There are three USB controllers on mt8196, each controller's wakeup control is different, add some specific versions for them, and add compatilbe for mt8196. Acked-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Link: https://patch.msgid.link/20260413121727.4702-1-chunfeng.yun@mediatek.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0f1dabb7af
commit
0cde051e54
|
|
@ -28,6 +28,7 @@ properties:
|
|||
- mediatek,mt8188-mtu3
|
||||
- mediatek,mt8192-mtu3
|
||||
- mediatek,mt8195-mtu3
|
||||
- mediatek,mt8196-mtu3
|
||||
- mediatek,mt8365-mtu3
|
||||
- const: mediatek,mtu3
|
||||
|
||||
|
|
@ -200,7 +201,10 @@ properties:
|
|||
103 - used by mt8195, IP0, specific 1.03;
|
||||
105 - used by mt8195, IP2, specific 1.05;
|
||||
106 - used by mt8195, IP3, specific 1.06;
|
||||
enum: [1, 2, 101, 102, 103, 105, 106]
|
||||
107 - used by mt8196, IP0, specific 1.07;
|
||||
108 - used by mt8196, IP1, specific 1.08;
|
||||
109 - used by mt8196, IP2, specific 1.09;
|
||||
enum: [1, 2, 101, 102, 103, 105, 106, 107, 108, 109]
|
||||
|
||||
mediatek,u3p-dis-msk:
|
||||
$ref: /schemas/types.yaml#/definitions/uint32
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user