diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2017-01-19 12:09:24 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-01-29 04:53:27 +0300 |
commit | 213e51ca8df192709dd38052511f3fb2e4683daa (patch) | |
tree | b4fd73645bb82e662c95e1f0869dc15e7c3ea910 /arch/arm/boot/dts/imx7d-cl-som-imx7.dts | |
parent | ccc59b0c18e9935a84710d43c1a2b31635caa564 (diff) | |
download | linux-213e51ca8df192709dd38052511f3fb2e4683daa.tar.xz |
ARM: dts: imx7: Add "LPSR" to LPSR iomux pin names
The i.MX7 has two iomux controllers. the iomuxc and the iomuxc_lpsr.
In a board dts we have to make sure that both controllers are supplied
with the correct pins. It's way too easy to do this wrong since only
a look into the reference manual can reveal which pins belong to which
controller. To make this clearer add "LPSR" to the pin names which
belong to the LPSR controller.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-cl-som-imx7.dts')
-rw-r--r-- | arch/arm/boot/dts/imx7d-cl-som-imx7.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7d-cl-som-imx7.dts b/arch/arm/boot/dts/imx7d-cl-som-imx7.dts index 1135bc99b3e7..ae45af1ad062 100644 --- a/arch/arm/boot/dts/imx7d-cl-som-imx7.dts +++ b/arch/arm/boot/dts/imx7d-cl-som-imx7.dts @@ -281,7 +281,7 @@ &iomuxc_lpsr { pinctrl_usbotg1: usbotg1grp { fsl,pins = < - MX7D_PAD_GPIO1_IO05__GPIO1_IO5 0x14 /* OTG PWREN */ + MX7D_PAD_LPSR_GPIO1_IO05__GPIO1_IO5 0x14 /* OTG PWREN */ >; }; };
\ No newline at end of file |