diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2018-03-06 10:09:13 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-03-13 15:01:03 +0300 |
commit | 3783f1eb8a8db3747e753c4aa972124e1309db4e (patch) | |
tree | 0fa912575cc95ca654b93108f593b62a93577ef7 /arch/arm64/boot/dts/rockchip | |
parent | 3f7f3b0fb4563947424673d9b6786f46111462d9 (diff) | |
download | linux-3783f1eb8a8db3747e753c4aa972124e1309db4e.tar.xz |
arm64: dts: rockchip: remove keep-power-in-suspend from sdhci of rk3399-sapphire
sdhci for rk3399-sapphire works for eMMC but keep-power-in-suspend
is an optional property for SDIO.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi index e5b0369e197f..079a0a4820fd 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi @@ -541,7 +541,6 @@ &sdhci { bus-width = <8>; - keep-power-in-suspend; mmc-hs400-1_8v; mmc-hs400-enhanced-strobe; non-removable; |