]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ARM: dts: imx27-phytec-phycore-som: Add spi-cs-high property to PMIC
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 21 Dec 2013 07:11:39 +0000 (11:11 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 9 Feb 2014 13:33:32 +0000 (21:33 +0800)
Since SPI core does not use GPIO bindings for CS GPIOs,
we should add an active high level declaration.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi

index 73920a1e7634b6bcc50ef5c42faf1c31e7f3c217..230cfafa6bd9b70f397a8e6a9a4708efe8c2fe8f 100644 (file)
@@ -61,8 +61,9 @@
                #address-cells = <1>;
                #size-cells = <0>;
                compatible = "fsl,mc13783";
-               spi-max-frequency = <20000000>;
                reg = <0>;
+               spi-cs-high;
+               spi-max-frequency = <20000000>;
                interrupt-parent = <&gpio2>;
                interrupts = <23 IRQ_TYPE_LEVEL_HIGH>;
                fsl,mc13xxx-uses-adc;