Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1223367 > unrolled thread
| Started by | Shawn Lin <shawn.lin@rock-chips.com> |
|---|---|
| First post | 2015-09-12 12:10 +0200 |
| Last post | 2015-09-12 12:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v2 2/3] ARM: dts: support Highspeed for rk3066a-bqcurie2 Shawn Lin <shawn.lin@rock-chips.com> - 2015-09-12 12:10 +0200
| From | Shawn Lin <shawn.lin@rock-chips.com> |
|---|---|
| Date | 2015-09-12 12:10 +0200 |
| Subject | [PATCH v2 2/3] ARM: dts: support Highspeed for rk3066a-bqcurie2 |
| Message-ID | <q7PUR-5MK-5@gated-at.bofh.it> |
Add cap-sd-highspeed and cap-mmc-highspeed for rk3066a-bqcurie2
board to make sd cards running faster.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
---
Changes in v2: None
arch/arm/boot/dts/rk3066a-bqcurie2.dts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/rk3066a-bqcurie2.dts b/arch/arm/boot/dts/rk3066a-bqcurie2.dts
index c027375..bf09038 100644
--- a/arch/arm/boot/dts/rk3066a-bqcurie2.dts
+++ b/arch/arm/boot/dts/rk3066a-bqcurie2.dts
@@ -187,6 +187,8 @@
vmmc-supply = <&vcc_sd0>;
bus-width = <4>;
disable-wp;
+ cap-mmc-highspeed;
+ cap-sd-highspeed;
};
&mmc1 { /* wifi */
--
2.3.7
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web