]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx8mp-kontron: Fix USB hub reset
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Mon, 21 Jul 2025 10:05:43 +0000 (12:05 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 22 Aug 2025 03:04:19 +0000 (11:04 +0800)
The latest hardware revision uses GPIO_B_2 as reset for
the USB hub. Fix this and remove the pinctrl as we already
have this in the OSM-S devicetree.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-kontron-bl-osm-s.dts

index bbcd76e9e99135ad48fc45c1967e1662aea48ac5..614b4ce330b1cb85eb3592d28a1c56d182f9075e 100644 (file)
 };
 
 &usb_dwc3_1 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&pinctrl_usb_hub>;
        #address-cells = <1>;
        #size-cells = <0>;
        dr_mode = "host";
        usb-hub@1 {
                compatible = "usb424,2514";
                reg = <1>;
-               reset-gpios = <&gpio3 14 GPIO_ACTIVE_LOW>;
+               reset-gpios = <&gpio4 20 GPIO_ACTIVE_LOW>;
        };
 };
 
                        MX8MP_IOMUXC_ECSPI1_MISO__GPIO5_IO08            0x46 /* CAN_ADR1 */
                >;
        };
-
-       pinctrl_usb_hub: usbhubgrp {
-               fsl,pins = <
-                       MX8MP_IOMUXC_NAND_DQS__GPIO3_IO14               0x46
-               >;
-       };
 };