diff options
author | Grazvydas Ignotas <notasas@gmail.com> | 2015-07-21 04:12:01 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-21 14:07:42 +0300 |
commit | f9d50fef4b6447527c2be1ad07499221c2511391 (patch) | |
tree | 049536189d66e68b40e36404786fecdda94db603 /arch/arm/boot | |
parent | fc53e2ccf000b45298a325a6b6c3560d4ba8932b (diff) | |
download | linux-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')
-rw-r--r-- | arch/arm/boot/dts/omap3-pandora-common.dtsi | 5 |
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 6e82c4aed91f..f2084e6d01e7 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 { }; |