ARM: dts: rockchip: rk3288-evb fix mmc nodes to use host type tags

Fixes: 78f9ac0daa ("treewide: Migrate rockchip dts file to use new host type tags")

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I4f5a4d676a450a706770f8ad0bface40a95f5d5e
This commit is contained in:
Jianqun Xu
2022-11-09 10:39:49 +08:00
committed by Tao Huang
parent 89f92aa26c
commit 37b917281e

View File

@@ -209,6 +209,8 @@
&emmc {
bus-width = <8>;
cap-mmc-highspeed;
no-sdio;
no-sd;
disable-wp;
non-removable;
pinctrl-names = "default";
@@ -225,6 +227,8 @@
bus-width = <4>;
cap-mmc-highspeed;
cap-sd-highspeed;
no-mmc;
no-sdio;
card-detect-delay = <200>;
disable-wp; /* wp not hooked up */
pinctrl-names = "default";