]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00296510 ARM: dts: imx6qdl-sabreauto: use the gpio5_4 to enable the EIM_D18
authorHuang Shijie <b32955@freescale.com>
Fri, 24 Jan 2014 07:49:26 +0000 (15:49 +0800)
committerHuang Shijie <b32955@freescale.com>
Fri, 24 Jan 2014 08:08:28 +0000 (16:08 +0800)
The WEIN NOR 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>
arch/arm/boot/dts/imx6dl-sabreauto-gpmi-weim.dts
arch/arm/boot/dts/imx6q-sabreauto-gpmi-weim.dts

index db3ba9b3de66f0f4a5087bf9e4bb6fe8b0c2e5ee..45cafbd7ae4da401b60e790a40e848f960af3975 100644 (file)
@@ -43,5 +43,6 @@
 };
 
 &weim {
+       pinctrl-assert-gpios = <&gpio5 4 GPIO_ACTIVE_LOW>;
        status = "okay";
 };
index 392c410b5dfafa0f7af59ab9c2a2c10b015dbbf2..f7bf7c4a03c5433a564c00b62e8915ecc2088f84 100644 (file)
@@ -44,5 +44,6 @@
 };
 
 &weim {
+       pinctrl-assert-gpios = <&gpio5 4 GPIO_ACTIVE_LOW>;
        status = "okay";
 };