]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: rockchip: Add eMMC node for rk3288-vyasa
authorJagan Teki <jagannadh.teki@gmail.com>
Wed, 14 Feb 2018 15:47:31 +0000 (21:17 +0530)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 16 Feb 2018 10:19:45 +0000 (11:19 +0100)
RK3288 Vyasa has eMMC, add dts node to support it.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-vyasa.dts

index 9842a006e8238b352672968f21b155f543130f69..14c896bfc6397365ebc0b3dc115a3025604ea7f6 100644 (file)
@@ -155,6 +155,17 @@ &cpu0 {
        cpu0-supply = <&vdd_cpu>;
 };
 
+&emmc {
+       bus-width = <8>;
+       cap-mmc-highspeed;
+       disable-wp;
+       non-removable;
+       pinctrl-names = "default";
+       pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_pwr &emmc_bus8>;
+       vmmc-supply = <&vcc_io>;
+       status = "okay";
+};
+
 &gmac {
        assigned-clocks = <&cru SCLK_MAC>;
        assigned-clock-parents = <&ext_gmac>;