diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2018-07-26 00:48:05 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-08-27 03:21:00 -0400 |
commit | d177c8b61d6b4ef360b1c2682e4d8e3bae01738b (patch) | |
tree | 340cf5a54eb3fdbf37c6204bc462c0e56c7ec073 | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) |
arm64: allwinner: dts: h6: fix Pine H64 MMC bus width
Currently the enabled MMC controllers on Pine H64 do not have bus-width
set, which make them fall back to 1-bit mode and become quite slow.
Fix this by add the corresponding bus-width properties.
Fixes: ecbd611882a1 ("arm64: allwinner: h6: enable MMC0/2 on Pine H64")
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts index ceffc40810ee..48daec7f78ba 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts | |||
@@ -46,6 +46,7 @@ | |||
46 | pinctrl-0 = <&mmc0_pins>; | 46 | pinctrl-0 = <&mmc0_pins>; |
47 | vmmc-supply = <®_cldo1>; | 47 | vmmc-supply = <®_cldo1>; |
48 | cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; | 48 | cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; |
49 | bus-width = <4>; | ||
49 | status = "okay"; | 50 | status = "okay"; |
50 | }; | 51 | }; |
51 | 52 | ||
@@ -56,6 +57,7 @@ | |||
56 | vqmmc-supply = <®_bldo2>; | 57 | vqmmc-supply = <®_bldo2>; |
57 | non-removable; | 58 | non-removable; |
58 | cap-mmc-hw-reset; | 59 | cap-mmc-hw-reset; |
60 | bus-width = <8>; | ||
59 | status = "okay"; | 61 | status = "okay"; |
60 | }; | 62 | }; |
61 | 63 | ||