From: Sebastian Hesselbarth Date: Tue, 20 May 2014 18:30:30 +0000 (+0200) Subject: ARM: dts: berlin: Enable WiFi on Google Chromecast X-Git-Tag: v3.19-rc1~57^2~22^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=acbcadc8505a56e7491a9944b4447e5857c6eb15;p=linux.git ARM: dts: berlin: Enable WiFi on Google Chromecast With SDHCI for BG2CD, we can now enable the port and allow to access AzureWave WiFi/BT module on Google Chromecast. Signed-off-by: Sebastian Hesselbarth --- diff --git a/arch/arm/boot/dts/berlin2cd-google-chromecast.dts b/arch/arm/boot/dts/berlin2cd-google-chromecast.dts index 0816890a5c0d..bdcaff7c321e 100644 --- a/arch/arm/boot/dts/berlin2cd-google-chromecast.dts +++ b/arch/arm/boot/dts/berlin2cd-google-chromecast.dts @@ -43,4 +43,13 @@ red { }; }; +/* + * AzureWave AW-NH387 (Marvell 88W8787) + * 802.11b/g/n + Bluetooth 2.1 + */ +&sdhci0 { + non-removable; + status = "okay"; +}; + &uart0 { status = "okay"; };