Browse Source

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>
Olof Johansson 7 years ago
parent
commit
a132bb9041
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts

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

@@ -46,6 +46,7 @@
 	pinctrl-0 = <&mmc0_pins>;
 	pinctrl-0 = <&mmc0_pins>;
 	vmmc-supply = <&reg_cldo1>;
 	vmmc-supply = <&reg_cldo1>;
 	cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
 	cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
+	bus-width = <4>;
 	status = "okay";
 	status = "okay";
 };
 };
 
 
@@ -56,6 +57,7 @@
 	vqmmc-supply = <&reg_bldo2>;
 	vqmmc-supply = <&reg_bldo2>;
 	non-removable;
 	non-removable;
 	cap-mmc-hw-reset;
 	cap-mmc-hw-reset;
+	bus-width = <8>;
 	status = "okay";
 	status = "okay";
 };
 };