diff options
author | Adam Ford <aford173@gmail.com> | 2018-06-08 14:29:26 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-07-03 10:19:57 +0300 |
commit | 6bf5e3410f190374371d89a5816d1a4aaae66776 (patch) | |
tree | 9b797f7496c061482eeb5f5b7321df47ee3ae073 /arch/arm/boot/dts/am3517-evm.dts | |
parent | 5e2e1c4fb3a6b98bd23ea5e0d5cd61714997a0c9 (diff) | |
download | linux-6bf5e3410f190374371d89a5816d1a4aaae66776.tar.xz |
ARM: dts: am3517-som: Add WL127x Wifi
Certain models of the AM3517 SOM from Logic PD come with an
integrated WL1271 WiFi. This patch enables the WiFi.
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am3517-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am3517-evm.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/am3517-evm.dts b/arch/arm/boot/dts/am3517-evm.dts index 98aadb0f81c5..d7eb6ad76c29 100644 --- a/arch/arm/boot/dts/am3517-evm.dts +++ b/arch/arm/boot/dts/am3517-evm.dts @@ -220,10 +220,6 @@ cd-gpios = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio_127 */ }; -&mmc2 { - status = "disabled"; -}; - &mmc3 { status = "disabled"; }; |