diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2018-07-14 03:53:58 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-17 08:47:53 +0200 |
commit | 929d1b09cae21da94a1829f0f3032152f6ec0784 (patch) | |
tree | ee0207371380cf8a3ebb78ee6a8fa6c9a755eed2 /arch/arm | |
parent | ARM: dts: imx51-zii-scu3-esb: Fix RAVE SP watchdog compatible string (diff) | |
download | linux-929d1b09cae21da94a1829f0f3032152f6ec0784.tar.xz linux-929d1b09cae21da94a1829f0f3032152f6ec0784.zip |
ARM: dts: imx6sl-evk: add missing GPIO iomux setting
On i.MX6SL EVK board, the MX6SL_PAD_KEY_ROW5 pin is
used as lcd 3v3 regulator control pin, need to make
sure MX6SL_PAD_KEY_ROW5 is muxed as GPIO function
for controlling lcd 3v3 regulator.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by; Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6sl-evk.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sl-evk.dts b/arch/arm/boot/dts/imx6sl-evk.dts index 50bdc65670a3..046cfabc37e5 100644 --- a/arch/arm/boot/dts/imx6sl-evk.dts +++ b/arch/arm/boot/dts/imx6sl-evk.dts @@ -77,6 +77,8 @@ reg_lcd_3v3: regulator-lcd-3v3 { compatible = "regulator-fixed"; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_reg_lcd_3v3>; regulator-name = "lcd-3v3"; gpio = <&gpio4 3 GPIO_ACTIVE_HIGH>; enable-active-high; @@ -410,6 +412,12 @@ >; }; + pinctrl_reg_lcd_3v3: reglcd3v3grp { + fsl,pins = < + MX6SL_PAD_KEY_ROW5__GPIO4_IO03 0x17059 + >; + }; + pinctrl_uart1: uart1grp { fsl,pins = < MX6SL_PAD_UART1_RXD__UART1_RX_DATA 0x1b0b1 |