Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: usb: usb251xb: correct swap-dx-lanes type to uint32

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@linaro.org>
Reviewed-by: Marek Vasut <marex@denx.de>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Richard Leitner <richard.leitner@linux.dev>
Link: https://lore.kernel.org/r/20230516083432.18579-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Krzysztof Kozlowski and committed by
Greg Kroah-Hartman
4a680fcd dc54ce3e

+1 -1
+1 -1
Documentation/devicetree/bindings/usb/usb251xb.yaml
··· 231 231 power-on sequence to a port until the port has adequate power. 232 232 233 233 swap-dx-lanes: 234 - $ref: /schemas/types.yaml#/definitions/uint8-array 234 + $ref: /schemas/types.yaml#/definitions/uint32-array 235 235 description: | 236 236 Specifies the ports which will swap the differential-pair (D+/D-), 237 237 default is not-swapped.