]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: i.MX51 babbage: Add spi-cs-high property to pmic
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 25 Jun 2013 13:51:59 +0000 (15:51 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 15 Jul 2013 01:26:27 +0000 (09:26 +0800)
The mc13892 driver knows that it needs spi-cs-high, so the mc13892
will work. The dataflash also connected to this bus though can only
be probed when the mc13892 is inactive. Due to driver potential
differences in the probe order we can only make sure the mc13892
is inactive when we put the information into the devicetree.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx51-babbage.dts

index 6dd9486c755ba7ac5c3f912a998c978e12602391..9630b61ecaf0b4b4ba518a60201fcde55ddc8d15 100644 (file)
@@ -98,6 +98,7 @@
                #size-cells = <0>;
                compatible = "fsl,mc13892";
                spi-max-frequency = <6000000>;
+               spi-cs-high;
                reg = <0>;
                interrupt-parent = <&gpio1>;
                interrupts = <8 0x4>;