Skip to content

Commit a132bb9

Browse files
committed
Merge tag 'sunxi-fixes-for-4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes
Allwinner fixes for 4.19 Just one fix for H6 mmc on the Pine H64: the mmc bus width was missing from the device tree. This was added in 4.19-rc1. * tag 'sunxi-fixes-for-4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: arm64: allwinner: dts: h6: fix Pine H64 MMC bus width Signed-off-by: Olof Johansson <olof@lixom.net>
2 parents 6b45a2b + d177c8b commit a132bb9

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)