Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

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
+2
arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts
··· 46 46 pinctrl-0 = <&mmc0_pins>; 47 47 vmmc-supply = <&reg_cldo1>; 48 48 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; 49 + bus-width = <4>; 49 50 status = "okay"; 50 51 }; 51 52 ··· 57 56 vqmmc-supply = <&reg_bldo2>; 58 57 non-removable; 59 58 cap-mmc-hw-reset; 59 + bus-width = <8>; 60 60 status = "okay"; 61 61 }; 62 62