diff options
author | Huang Shijie <b32955@freescale.com> | 2014-01-24 18:26:54 +0800 |
---|---|---|
committer | Huang Shijie <b32955@freescale.com> | 2014-01-26 10:30:03 +0800 |
commit | 6952d9fbfed8e58b57e99ef155fbc5b644d7742a (patch) | |
tree | 4674888f2447b29cb9846030f0b86f8b26c0c8e7 /arch | |
parent | 830e4457155d7df2dce35bb7a91fa1f11a34ceca (diff) |
ENGR00296547-1 ARM: dts: imx6qdl-sabreauto-ecspi: use the gpio5_4 to enable the EIM_D18
The ECSPI needs the pin EIM_D18 which is controlled by the steering.
So we have to configurate the EIM_A24 to GPIO, and select the GPIO to LOW
status.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-sabreauto-ecspi.dts | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-sabreauto-ecspi.dts b/arch/arm/boot/dts/imx6dl-sabreauto-ecspi.dts index 843de94ad0c4..3afef946b10b 100644 --- a/arch/arm/boot/dts/imx6dl-sabreauto-ecspi.dts +++ b/arch/arm/boot/dts/imx6dl-sabreauto-ecspi.dts @@ -9,6 +9,7 @@ #include "imx6dl-sabreauto.dts" &ecspi1 { + pinctrl-assert-gpios = <&gpio5 4 GPIO_ACTIVE_LOW>; status = "okay"; }; diff --git a/arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts b/arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts index 43df09f9aa8c..0a470162a22a 100644 --- a/arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts +++ b/arch/arm/boot/dts/imx6q-sabreauto-ecspi.dts @@ -9,6 +9,7 @@ #include "imx6q-sabreauto.dts" &ecspi1 { + pinctrl-assert-gpios = <&gpio5 4 GPIO_ACTIVE_LOW>; status = "okay"; }; |