Re: [PATCH v2] dt-bindings: usb: usb251xb: correct swap-dx-lanes type to uint32

From: Marek Vasut
Date: Tue May 16 2023 - 04:48:10 EST


On 5/16/23 10:34, Krzysztof Kozlowski wrote:
The "swap-dx-lanes" was never described as uint8 in original TXT
bindings and Linux driver expects uint32. Fix the type to match Linux
driver expectation.

Fixes: fff61d4ccf3d ("dt-bindings: usb: usb251xb: Convert to YAML schema")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

Reviewed-by: Marek Vasut <marex@xxxxxxx>

Thanks