Skip to content

Commit 1e575db

Browse files
author
Desnes Nunes
committed
dt-bindings: usb: Add Parade PS8833 Type-C retimer variant
JIRA: https://issues.redhat.com/browse/RHEL-116016 commit 4f78a9c Author: Aleksandrs Vinarskis <alex.vinarskis@gmail.com> Date: Mon, 12 May 2025 11:20:28 +0200 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> Link: https://lore.kernel.org/r/20250512092745.249293-2-alex.vinarskis@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Desnes Nunes <desnesn@redhat.com>
1 parent 8d5f31e commit 1e575db

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Documentation/devicetree/bindings/usb/parade,ps8830.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ maintainers:
1111

1212
properties:
1313
compatible:
14-
enum:
15-
- parade,ps8830
14+
oneOf:
15+
- items:
16+
- const: parade,ps8833
17+
- const: parade,ps8830
18+
- const: parade,ps8830
1619

1720
reg:
1821
maxItems: 1

0 commit comments

Comments
 (0)