Skip to content

Commit a30449e

Browse files
rgrachekjoyxu
authored andcommitted
arm64: dts: hikey960: Define wl1837 power capabilities
These properties are required for compatibility with runtime PM. Without these properties, MMC host controller will not be aware of power capabilities. When the wlcore driver attempts to power on the device, it will erroneously fail with -EACCES. This fixes a regression found here: https://lkml.org/lkml/2018/6/12/930 Fixes: 60f3663 ("wlcore: sdio: allow pm to handle sdio power") Signed-off-by: Ryan Grachek <ryan@edited.us> Tested-by: John Stultz <john.stultz@linaro.org> Acked-by: John Stultz <john.stultz@linaro.org> Tested-by: Valentin Schneider <valentin.schneider@arm.com> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
1 parent f904390 commit a30449e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-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";

0 commit comments

Comments
 (0)