summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-pandora-common.dtsi
diff options
context:
space:
mode:
authorGrazvydas Ignotas <notasas@gmail.com>2015-07-21 01:12:01 (GMT)
committerTony Lindgren <tony@atomide.com>2015-07-21 11:07:42 (GMT)
commitf9d50fef4b6447527c2be1ad07499221c2511391 (patch)
tree049536189d66e68b40e36404786fecdda94db603 /arch/arm/boot/dts/omap3-pandora-common.dtsi
parentfc53e2ccf000b45298a325a6b6c3560d4ba8932b (diff)
downloadlinux-f9d50fef4b6447527c2be1ad07499221c2511391.tar.xz
ARM: OMAP2+: omap3-pandora: add wifi support
Add wl1251 support via pdata-quirks as it's driver lacks DT support. MMC3 is marked disabled in DT so that MMC3 instance of hsmmc driver is probed using platform data with special card init callback. Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-pandora-common.dtsi')
-rw-r--r--arch/arm/boot/dts/omap3-pandora-common.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-pandora-common.dtsi b/arch/arm/boot/dts/omap3-pandora-common.dtsi
index 6e82c4a..f2084e6 100644
--- a/arch/arm/boot/dts/omap3-pandora-common.dtsi
+++ b/arch/arm/boot/dts/omap3-pandora-common.dtsi
@@ -514,6 +514,11 @@
/*wp-gpios = <&gpio4 31 GPIO_ACTIVE_HIGH>;*/ /* GPIO_127 */
};
+/* mmc3 is probed using pdata-quirks to pass wl1251 card data */
+&mmc3 {
+ status = "disabled";
+};
+
/* bluetooth*/
&uart1 {
};