diff options
author | Adrian Alonso <aalonso@freescale.com> | 2015-08-18 13:19:20 -0500 |
---|---|---|
committer | Leonard Crestez <leonard.crestez@nxp.com> | 2018-08-23 16:57:26 +0300 |
commit | dbe5fe6a6a0ee677e0a29cdd98d8d4ea6053560b (patch) | |
tree | 6565427eda52bfc8a11b73d3817ada43afde8387 | |
parent | efbaab89b802638eb461193e9afbd5897c0faaf4 (diff) |
MLK-11381: arm: imx: dts: imx7d-12x12-lpddr3-arm2 iomuxc_lpsr pad settings
- Add iomuxc lpsr pad settings, move pinctrl_usbotg1_vbus and
pinctrl_usbotg2_vbus to iomuxc lpsr domain.
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
-rw-r--r-- | arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts b/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts index e11803c46ab9..3877d91c3efc 100644 --- a/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts +++ b/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts @@ -426,18 +426,6 @@ >; }; - pinctrl_usbotg1_vbus: usbotg1vbusgrp { - fsl,pins = < - MX7D_PAD_GPIO1_IO05__GPIO5_IO5 0x14 - >; - }; - - pinctrl_usbotg2_vbus: usbotg2vbusgrp { - fsl,pins = < - MX7D_PAD_GPIO1_IO07__GPIO1_IO7 0x14 - >; - }; - pinctrl_usdhc1_1: usdhc1grp-1 { fsl,pins = < MX7D_PAD_SD1_CMD__SD1_CMD 0x17059 @@ -510,6 +498,22 @@ }; }; +&iomuxc_lpsr { + imx7d-sdb { + pinctrl_usbotg1_vbus: usbotg1vbusgrp { + fsl,pins = < + MX7D_PAD_GPIO1_IO05__GPIO1_IO5 0x14 + >; + }; + + pinctrl_usbotg2_vbus: usbotg2vbusgrp { + fsl,pins = < + MX7D_PAD_GPIO1_IO07__GPIO1_IO7 0x14 + >; + }; + }; +}; + &lcdif { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_lcdif_dat |