* [PATCH v4 0/1] Add Parade PS8833 Type-C retimer variant
@ 2025-05-12 9:20 Aleksandrs Vinarskis
2025-05-12 9:20 ` [PATCH v4 1/1] dt-bindings: usb: " Aleksandrs Vinarskis
0 siblings, 1 reply; 2+ messages in thread
From: Aleksandrs Vinarskis @ 2025-05-12 9:20 UTC (permalink / raw)
To: Abel Vesa, linux-usb, devicetree, linux-kernel
Cc: Greg Kroah-Hartman, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Aleksandrs Vinarskis
Introduce PS8833 variant, which appears to be similar to PS8830.
Present on some Snapdragon X1E devices, eg. Asus Zenbook A14.
This patch is part of Asus Zenbook A14 support series [1]. Resending
1/4 separately, as the rest of abovementioned series either already
landed (2/4, 3/4 in qcom tree for 6.16), or awaiting for this patch to
make it to linux-next (4/4).
[1] https://lore.kernel.org/all/20250426130203.37659-1-alex.vinarskis@gmail.com/
Aleksandrs Vinarskis (1):
dt-bindings: usb: Add Parade PS8833 Type-C retimer variant
Documentation/devicetree/bindings/usb/parade,ps8830.yaml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
--
2.45.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH v4 1/1] dt-bindings: usb: Add Parade PS8833 Type-C retimer variant
2025-05-12 9:20 [PATCH v4 0/1] Add Parade PS8833 Type-C retimer variant Aleksandrs Vinarskis
@ 2025-05-12 9:20 ` Aleksandrs Vinarskis
0 siblings, 0 replies; 2+ messages in thread
From: Aleksandrs Vinarskis @ 2025-05-12 9:20 UTC (permalink / raw)
To: Abel Vesa, linux-usb, devicetree, linux-kernel
Cc: Greg Kroah-Hartman, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Aleksandrs Vinarskis, Krzysztof Kozlowski
Appears to behave similarly to Parade PS8830. Found on some Qualcomm
Snapdragon X1 devices, such as Asus Zenbook A14.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Aleksandrs Vinarskis <alex.vinarskis@gmail.com>
---
Documentation/devicetree/bindings/usb/parade,ps8830.yaml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/usb/parade,ps8830.yaml b/Documentation/devicetree/bindings/usb/parade,ps8830.yaml
index 935d57f5d26f..aeb33667818e 100644
--- a/Documentation/devicetree/bindings/usb/parade,ps8830.yaml
+++ b/Documentation/devicetree/bindings/usb/parade,ps8830.yaml
@@ -11,8 +11,11 @@ maintainers:
properties:
compatible:
- enum:
- - parade,ps8830
+ oneOf:
+ - items:
+ - const: parade,ps8833
+ - const: parade,ps8830
+ - const: parade,ps8830
reg:
maxItems: 1
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-12 9:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-12 9:20 [PATCH v4 0/1] Add Parade PS8833 Type-C retimer variant Aleksandrs Vinarskis
2025-05-12 9:20 ` [PATCH v4 1/1] dt-bindings: usb: " Aleksandrs Vinarskis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox