summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
diff options
context:
space:
mode:
authorMarcus Cooper <codekipper@gmail.com>2017-02-20 17:22:18 +0100
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-03-06 07:40:37 +0100
commit69b292a0479588b848f014b0519e343e73c42fa1 (patch)
tree7fba8c9241cd72ed4e57426dba53bee628827f78 /arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
parentce74381ef9c6bdd995da0302e9dc7783f49c492e (diff)
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 <codekipper@gmail.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-h3-beelink-x2.dts')
-rw-r--r--arch/arm/boot/dts/sun8i-h3-beelink-x2.dts10
1 files changed, 10 insertions, 0 deletions
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 = <&reg_vcc3v3>;
+ bus-width = <8>;
+ non-removable;
+ cap-mmc-hw-reset;
+ status = "okay";
+};
+
&ohci1 {
status = "okay";
};