diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2016-07-14 21:10:05 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-08-08 04:57:04 -0400 |
commit | e7b47caf309727dc39ec94c3ea74bef4b2276faf (patch) | |
tree | f2fc176b8e18974bbcce93013376142d90cbae7b /arch/arm64/boot/dts | |
parent | 6dcf4eabcfa483128c482844ee3149b04c0b7383 (diff) |
arm64: dts: rockchip: remove broken-cd from sdio0
commit 1ade61c141e2 ("arm64: dts: rockchip: remove broken-cd
from emmc and sdio") was intended to remove the abuse of
broken-cd property from mmc. But somehow it forgot to remove
this property from sdio0 node. Let's remove it now.
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')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3368-r88.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368-r88.dts b/arch/arm64/boot/dts/rockchip/rk3368-r88.dts index 82a32e5591e2..eed1ef6669ff 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368-r88.dts +++ b/arch/arm64/boot/dts/rockchip/rk3368-r88.dts | |||
@@ -248,7 +248,6 @@ | |||
248 | &sdio0 { | 248 | &sdio0 { |
249 | assigned-clocks = <&cru SCLK_SDIO0>; | 249 | assigned-clocks = <&cru SCLK_SDIO0>; |
250 | assigned-clock-parents = <&cru PLL_CPLL>; | 250 | assigned-clock-parents = <&cru PLL_CPLL>; |
251 | broken-cd; | ||
252 | bus-width = <4>; | 251 | bus-width = <4>; |
253 | cap-sd-highspeed; | 252 | cap-sd-highspeed; |
254 | cap-sdio-irq; | 253 | cap-sdio-irq; |