summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-04-23 14:40:07 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-04-23 14:40:07 +0200
commit8402a5713c8c379f9f7aac20d714741140ad4056 (patch)
tree7579a4405b5d8191ec4156911a18c7dce8b0dd6d
parentbaa6c24240a4c9e871e14c056a3485f98fef4dee (diff)
ARM64: dts: apalis-imx8qxp: remove wronge reset-gpio on usbphynop1
I understood this property as I could reset something that is on this USB controller. This was a wrong understanding and the property reset-gpio is meant to reset the IP inside the SoC. Remove this for fixing the USB issue. Related-to: ELB-2592 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qxp-apalis.dtsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qxp-apalis.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qxp-apalis.dtsi
index db3fa8310151..0ba1e331559e 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qxp-apalis.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qxp-apalis.dtsi
@@ -1015,7 +1015,6 @@
/* Manage on-module USB WiFi */
&usbphynop1 {
status = "okay";
- reset-gpios = <&pcal6416_1 12 GPIO_ACTIVE_LOW>;
reset-on-resume;
};