arm64: dts: rockchip: add usb-id extcon on rk3588 tiger
authorHeiko Stuebner <heiko.stuebner@cherry.de>
Mon, 22 Apr 2024 16:39:50 +0000 (18:39 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 23 Apr 2024 15:37:41 +0000 (17:37 +0200)
The Q7 standard specifies a usb-id pin on the connector to distiuish
between host and device mode. Model this via the usb-id extcon binding.

While the pin is part of the Q7 standard, so part of the module, the
extcon stays disabled in the som dtsi and will only be enabled in a
baseboard using it.

Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de>
Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Link: https://lore.kernel.org/r/20240422163951.2604273-3-heiko@sntech.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-tiger.dtsi

index a8565720cf5373bf4bc6db883d1de180497f6bb5..aebe1fedd2d81b30a68f9cedd80ba2f329860b7f 100644 (file)
                reset-gpios = <&gpio2 RK_PA3 GPIO_ACTIVE_HIGH>;
        };
 
+       extcon_usb3: extcon-usb3 {
+               compatible = "linux,extcon-usb-gpio";
+               id-gpios = <&gpio3 RK_PC0 GPIO_ACTIVE_HIGH>;
+               pinctrl-names = "default";
+               pinctrl-0 = <&usb3_id>;
+               status = "disabled";
+       };
+
        leds {
                compatible = "gpio-leds";
                pinctrl-names = "default";
                        rockchip,pins = <1 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>;
                };
        };
+
+       usb3 {
+               usb3_id: usb3-id {
+                       rockchip,pins =
+                         <3 RK_PC0 RK_FUNC_GPIO &pcfg_pull_none>;
+               };
+       };
 };
 
 &saradc {