summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-05-18 12:37:33 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-23 15:10:09 +0200
commit82a9fbedb21a83b97c1dc35c6bd68b3152565dfa (patch)
treeed926ccdee361bd5843ae2e9ad471ac8d97d6110 /arch/arm
parentb276cf0ab6fc389fc534a188cbd95f25f4b71f45 (diff)
downloadbarebox-82a9fbedb21a83b97c1dc35c6bd68b3152565dfa.tar.gz
barebox-82a9fbedb21a83b97c1dc35c6bd68b3152565dfa.tar.xz
ARM: i.MX51 babbage: Add spi-cs-high property to pmic
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 probe differences 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>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/imx51-babbage.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/imx51-babbage.dts b/arch/arm/dts/imx51-babbage.dts
index 6dd9486c75..9630b61eca 100644
--- a/arch/arm/dts/imx51-babbage.dts
+++ b/arch/arm/dts/imx51-babbage.dts
@@ -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>;