ARM: dts: imx51-babbage: Fix chipselect level for dataflash on spi0.1
authorAlexander Shiyan <shc_work@mail.ru>
Wed, 27 Nov 2013 11:55:45 +0000 (15:55 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 9 Feb 2014 13:33:01 +0000 (21:33 +0800)
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx51-babbage.dts

index d3ceabb856c792302aaa9f74d9979cd24fc65af1..ec2077df9d3dd899906e3944cf8af843f768208b 100644 (file)
        pinctrl-0 = <&pinctrl_ecspi1>;
        fsl,spi-num-chipselects = <2>;
        cs-gpios = <&gpio4 24 GPIO_ACTIVE_HIGH>,
-                  <&gpio4 25 GPIO_ACTIVE_HIGH>;
+                  <&gpio4 25 GPIO_ACTIVE_LOW>;
        status = "okay";
 
        pmic: mc13892@0 {
This page took 0.025376 seconds and 5 git commands to generate.