Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1443849 > unrolled thread
| Started by | Shawn Lin <shawn.lin@rock-chips.com> |
|---|---|
| First post | 2016-07-15 03:20 +0200 |
| Last post | 2016-07-18 23:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] arm64: dts: rockchip: remove broken-cd from sdio0 Shawn Lin <shawn.lin@rock-chips.com> - 2016-07-15 03:20 +0200
Re: [PATCH] arm64: dts: rockchip: remove broken-cd from sdio0 Heiko Stübner <heiko@sntech.de> - 2016-07-18 23:00 +0200
| From | Shawn Lin <shawn.lin@rock-chips.com> |
|---|---|
| Date | 2016-07-15 03:20 +0200 |
| Subject | [PATCH] arm64: dts: rockchip: remove broken-cd from sdio0 |
| Message-ID | <rUZXk-kn-3@gated-at.bofh.it> |
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>
---
arch/arm64/boot/dts/rockchip/rk3368-r88.dts | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3368-r88.dts b/arch/arm64/boot/dts/rockchip/rk3368-r88.dts
index 82a32e5..eed1ef6 100644
--- a/arch/arm64/boot/dts/rockchip/rk3368-r88.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3368-r88.dts
@@ -248,7 +248,6 @@
&sdio0 {
assigned-clocks = <&cru SCLK_SDIO0>;
assigned-clock-parents = <&cru PLL_CPLL>;
- broken-cd;
bus-width = <4>;
cap-sd-highspeed;
cap-sdio-irq;
--
2.3.7
[toc] | [next] | [standalone]
| From | Heiko Stübner <heiko@sntech.de> |
|---|---|
| Date | 2016-07-18 23:00 +0200 |
| Message-ID | <rWnNT-2Lx-5@gated-at.bofh.it> |
| In reply to | #1443849 |
Am Freitag, 15. Juli 2016, 09:10:05 schrieb Shawn Lin:
> 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>
applied for 4.9
Thanks
Heiko
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web