From: Marcus Cooper Date: Mon, 20 Feb 2017 16:22:18 +0000 (+0100) Subject: ARM: dts: sun8i-h3: Add mmc2 node to the X2 X-Git-Tag: v4.12-rc1~56^2~21^2~27 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=69b292a0479588b848f014b0519e343e73c42fa1;p=karo-tx-linux.git ARM: dts: sun8i-h3: Add mmc2 node to the X2 The Beelink X2 has an on-board eMMC so add a node enabling the mmc2 controller. Signed-off-by: Marcus Cooper Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts index 25b225b7dfd6..04b04fb99a51 100644 --- a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts +++ b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts @@ -138,6 +138,16 @@ }; }; +&mmc2 { + pinctrl-names = "default"; + pinctrl-0 = <&mmc2_8bit_pins>; + vmmc-supply = <®_vcc3v3>; + bus-width = <8>; + non-removable; + cap-mmc-hw-reset; + status = "okay"; +}; + &ohci1 { status = "okay"; };