Skip to content

Commit d177c8b

Browse files
Icenowymripard
authored andcommitted
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: ecbd611 ("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>
1 parent 5b394b2 commit d177c8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
pinctrl-0 = <&mmc0_pins>;
4747
vmmc-supply = <&reg_cldo1>;
4848
cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
49+
bus-width = <4>;
4950
status = "okay";
5051
};
5152

@@ -56,6 +57,7 @@
5657
vqmmc-supply = <&reg_bldo2>;
5758
non-removable;
5859
cap-mmc-hw-reset;
60+
bus-width = <8>;
5961
status = "okay";
6062
};
6163

0 commit comments

Comments
 (0)