mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
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>
This commit is contained in:
parent
b746b7fb1b
commit
25e82ddb8f
|
|
@ -426,18 +426,6 @@ MX7D_PAD_UART3_CTS_B__UART3_DTE_RTS 0x79
|
|||
>;
|
||||
};
|
||||
|
||||
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 @@ MX7D_PAD_SAI1_RX_DATA__SIM1_PORT1_TRXD 0x73
|
|||
};
|
||||
};
|
||||
|
||||
&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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user