summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-10-05 19:04:37 +0300
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-10-05 19:04:37 +0300
commit8b13dc999ac045e5010199874cb38fe2358f2327 (patch)
tree0b57554bb4d9aa2dd44fda30431763af86ddcaef
parentf432a8c81b7575c675e3fb7ee1e06280a726ac49 (diff)
colibri-imx8x: reserve usb cdet gpio pin
After running a command "ums" u-boot shows the warning: "gpio@5d0d0000: get_value: error: gpio GPIO5_9 not reserved". Reserve the usb_cdet pin (GPIO5_9) for usbotg1 to fix this warning. Related-to: ELB-3077 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
-rw-r--r--arch/arm/dts/fsl-imx8qxp-colibri.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-imx8qxp-colibri.dts b/arch/arm/dts/fsl-imx8qxp-colibri.dts
index fc5a0e9bc1..b2b997e593 100644
--- a/arch/arm/dts/fsl-imx8qxp-colibri.dts
+++ b/arch/arm/dts/fsl-imx8qxp-colibri.dts
@@ -380,6 +380,8 @@
};
&usbotg1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usbc_det>;
srp-disable;
hnp-disable;
adp-disable;