diff options
author | Gao Pan <pandy.gao@nxp.com> | 2016-02-26 11:36:46 +0800 |
---|---|---|
committer | Gao Pan <pandy.gao@nxp.com> | 2016-02-26 16:04:32 +0800 |
commit | a2eb2786d72a15af3fab1856787e20af20f58385 (patch) | |
tree | a9021faa96d3dbf88ab60b1822ce2d1d1979e35e /arch | |
parent | d5aff938dc30de9e6469a408ec403307509b78f8 (diff) |
MLK-12456 ARM: dts : add spi1 IOMUX sleep state
Add spi1 IOMUX sleep state in imx7d-12x12-lpddr3-arm2.dts.
Signed-off-by: Gao Pan <pandy.gao@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts b/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts index a6317b96b3f5..e1d586951e83 100644 --- a/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts +++ b/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts @@ -157,8 +157,9 @@ &ecspi1 { fsl,spi-num-chipselects = <1>; cs-gpios = <&gpio4 19 0>; - pinctrl-names = "default"; + pinctrl-names = "default", "sleep"; pinctrl-0 = <&pinctrl_ecspi1_1 &pinctrl_ecspi1_cs_1>; + pinctrl-1 = <&pinctrl_ecspi1_1 &pinctrl_ecspi1_cs_1>; status = "disabled"; spi_flash1: m25p80@0 { |