]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: sun8i-h3: Add mmc2 node to the X2
authorMarcus Cooper <codekipper@gmail.com>
Mon, 20 Feb 2017 16:22:18 +0000 (17:22 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 6 Mar 2017 06:40:37 +0000 (07:40 +0100)
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>
arch/arm/boot/dts/sun8i-h3-beelink-x2.dts

index 25b225b7dfd650152c997b8d0b639eb471443ba9..04b04fb99a51b650097d97a2643b6f2c73093e6e 100644 (file)
        };
 };
 
+&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";
 };