[PATCH v1 3/6] dt-bindings: usb: Add Parade PS8833 Type-C retimer variant

Aleksandrs Vinarskis posted 6 patches 8 months, 3 weeks ago
There is a newer version of this series
[PATCH v1 3/6] dt-bindings: usb: Add Parade PS8833 Type-C retimer variant
Posted by Aleksandrs Vinarskis 8 months, 3 weeks ago
Appears to behave similarly to Parade PS8830. Found on some Qualcomm
Snapdragon X1 devices, such as Asus Zenbook A14.

Signed-off-by: Aleksandrs Vinarskis <alex.vinarskis@gmail.com>
---
 Documentation/devicetree/bindings/usb/parade,ps8830.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/usb/parade,ps8830.yaml b/Documentation/devicetree/bindings/usb/parade,ps8830.yaml
index 935d57f5d26f..699f4e1d9283 100644
--- a/Documentation/devicetree/bindings/usb/parade,ps8830.yaml
+++ b/Documentation/devicetree/bindings/usb/parade,ps8830.yaml
@@ -13,6 +13,7 @@ properties:
   compatible:
     enum:
       - parade,ps8830
+      - parade,ps8833
 
   reg:
     maxItems: 1
-- 
2.45.2
Re: [PATCH v1 3/6] dt-bindings: usb: Add Parade PS8833 Type-C retimer variant
Posted by Krzysztof Kozlowski 8 months, 3 weeks ago
On 31/03/2025 23:53, Aleksandrs Vinarskis wrote:
> Appears to behave similarly to Parade PS8830. Found on some Qualcomm
> Snapdragon X1 devices, such as Asus Zenbook A14.
> 
> Signed-off-by: Aleksandrs Vinarskis <alex.vinarskis@gmail.com>


Looks compatible, so express it with fallback.

Best regards,
Krzysztof