Skip to content

Commit 35911e0

Browse files
committed
Merge tag 'hisi-fixes-for-4.18' of git://github.com/hisilicon/linux-hisi into fixes
ARM64: hisi fixes for 4.18 - Added power capabilities for the mmc host controller on the hikey and hikey960 boards to avoid broken wifi. * tag 'hisi-fixes-for-4.18' of git://github.com/hisilicon/linux-hisi: arm64: dts: hikey960: Define wl1837 power capabilities arm64: dts: hikey: Define wl1835 power capabilities Signed-off-by: Olof Johansson <olof@lixom.net>
2 parents d2d369a + a30449e commit 35911e0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,8 @@
585585
vmmc-supply = <&wlan_en>;
586586
ti,non-removable;
587587
non-removable;
588+
cap-power-off-card;
589+
keep-power-in-suspend;
588590
#address-cells = <0x1>;
589591
#size-cells = <0x0>;
590592
status = "ok";

arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@
322322
dwmmc_2: dwmmc2@f723f000 {
323323
bus-width = <0x4>;
324324
non-removable;
325+
cap-power-off-card;
326+
keep-power-in-suspend;
325327
vmmc-supply = <&reg_vdd_3v3>;
326328
mmc-pwrseq = <&wl1835_pwrseq>;
327329

0 commit comments

Comments
 (0)