diff options
author | Dong Aisheng <dong.aisheng@linaro.org> | 2012-07-06 13:09:23 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-07-15 00:32:10 +0400 |
commit | 4a5f7eff8b0b34354e5c63272835e5e2dfe1c933 (patch) | |
tree | 9524d7c94277d1f6a119092d66724459d5462c27 /Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt | |
parent | a6e7360b22f2360d7640f99051415d49cebeb908 (diff) | |
download | linux-4a5f7eff8b0b34354e5c63272835e5e2dfe1c933.tar.xz |
pinctrl: pinctrl-imx6q: add missed mux function for USBOTG_ID
The original pin registers table is derived from u-boot mainline,
but somehow it was found missing some mux functions for USBOTG_ID.
We added it at the bottom by following the exist pin function ids,
then it will not break the exist using of pin function id in dts file.
Reported-by: Richard Zhao <richard.zhao@freescale.com>
Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt')
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt index 82b43f915857..a4119f6422d9 100644 --- a/Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt @@ -1626,3 +1626,5 @@ MX6Q_PAD_SD2_DAT3__PCIE_CTRL_MUX_11 1587 MX6Q_PAD_SD2_DAT3__GPIO_1_12 1588 MX6Q_PAD_SD2_DAT3__SJC_DONE 1589 MX6Q_PAD_SD2_DAT3__ANATOP_TESTO_3 1590 +MX6Q_PAD_ENET_RX_ER__ANATOP_USBOTG_ID 1591 +MX6Q_PAD_GPIO_1__ANATOP_USBOTG_ID 1592 |