[PATCH] arm64: dts: hikey: Remove keep-power-in-suspend property

2018-07-13 Thread Ryan Grachek
Remove the keep-power-in-suspend property because it keeps wifi power on during suspend. This property is only required when enabling WoWLAN and should only be enabled based on need. Signed-off-by: Ryan Grachek --- arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 1 - 1 file changed, 1 deletion

[PATCH] arm64: dts: hikey960: Remove keep-power-in-suspend property

2018-07-13 Thread Ryan Grachek
Remove the keep-power-in-suspend property because it keeps wifi power on during suspend. This property is only required when enabling WoWLAN and should only be enabled based on need. Also remove dupplicate property Signed-off-by: Ryan Grachek --- arch/arm64/boot/dts/hisilicon/hi3660-hikey960

[PATCH] arm64: dts: hikey960: Clean up MMC properties and move to proper file

2018-06-18 Thread Ryan Grachek
Certain properties should be moved to the board file to reflect the specific properties of the board, and not the SoC. Move these properties to proper location and organize properties in both files. Signed-off-by: Ryan Grachek --- arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 27

[PATCH] arm64: dts: hikey960: Remove deprecated MMC properties

2018-06-18 Thread Ryan Grachek
Signed-off-by: Ryan Grachek --- arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 1 - arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 8 2 files changed, 9 deletions(-) diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts b/arch/arm64/boot/dts/hisilicon/hi3660

Re: [PATCH] arm64: dts: hikey: Define wl1835 power capabilities

2018-06-13 Thread Ryan Grachek
Hi Valentin, On Wed, Jun 13, 2018 at 12:34 PM, Valentin Schneider wrote: > Hi, > > On 13/06/18 16:13, Ryan Grachek wrote: >> These properties are required for compatibility with runtime PM. >> Without these properties, MMC host controller will not be aware >> of p

[PATCH] arm64: dts: hikey960: Define wl1837 power capabilities

2018-06-13 Thread Ryan Grachek
://lkml.org/lkml/2018/6/12/930 Signed-off-by: Ryan Grachek --- arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts index c6999624ed8a..68c5a6c819ae

[PATCH] arm64: dts: hikey: Define wl1835 power capabilities

2018-06-13 Thread Ryan Grachek
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. Signed-off-by: Ryan Grachek --- arch/arm64/boot

Re: [PATCH] mmc: dw_mmc-k3: Fix DDR52 mode by setting required clock divisor

2018-04-06 Thread Ryan Grachek
On Wed, Apr 4, 2018 at 7:51 PM, Shawn Lin wrote: > [+ Zhangfei Gao who added support for hi6220] > > On 2018/4/4 23:31, Ryan Grachek wrote: >> >> On Tue, Apr 3, 2018 at 6:31 AM, Shawn Lin > <mailto:shawn@rock-chips.com>> wrote: >> >> On 2018/

[PATCH] arm64: dts: hikey: Enable SDIO high-speed mode on WL1835 module

2018-03-30 Thread Ryan Grachek
According to hardware documentation, the WL1835MOD WiFi chip supports SDIO high-speed mode, which increases the clock to 50 MHz. This results in a modest increase in throughput. Signed-off-by: Ryan Grachek --- arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 1 + 1 file changed, 1 insertion