Re: [PATCH 1/2] dt-bindings: usb: Describe TUSB1046 crosspoint switch
From: Krzysztof Kozlowski
Date: Mon Oct 21 2024 - 03:58:44 EST
On Fri, Oct 18, 2024 at 03:30:48PM +0200, Romain Gantois wrote:
> +examples:
> + - |
> + i2c {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + typec-mux@44 {
> + compatible = "ti,tusb1046";
> + reg = <0x44>;
> +
> + mode-switch;
> + orientation-switch;
> +
> + port {
> + endpoint {
> + remote-endpoint = <&typec_controller>;
Use consistent indentation for DTS, preferred is 4 space.
With above fixed:
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
Best regards,
Krzysztof