dt-bindings: phy: mtk-xs-phy: support type switch by pericfg
Add support for type switch by pericfg register between USB3/PCIe. Signed-off-by: Frank Wunderlich <frank-w@public-files.de> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250422132438.15735-5-linux@fw-web.de Signed-off-by: Vinod Koul <vkoul@kernel.org>pull/1257/head
parent
117d09e283
commit
b484b25a48
|
|
@ -151,6 +151,21 @@ patternProperties:
|
|||
minimum: 1
|
||||
maximum: 31
|
||||
|
||||
mediatek,syscon-type:
|
||||
$ref: /schemas/types.yaml#/definitions/phandle-array
|
||||
description:
|
||||
A phandle to syscon used to access the register of type switch,
|
||||
the field should always be 3 cells long.
|
||||
items:
|
||||
- items:
|
||||
- description:
|
||||
Phandle to phy type configuration system controller
|
||||
- description:
|
||||
Phy type configuration register offset
|
||||
- description:
|
||||
Index of config segment
|
||||
enum: [0, 1, 2, 3]
|
||||
|
||||
required:
|
||||
- reg
|
||||
- clocks
|
||||
|
|
|
|||
Loading…
Reference in New Issue