rockchip: dts: rv1108: enable emmc
Enable emmc node. Change-Id: I4ee5b078429e8e0686f301d03602e0875a613ee2 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
a059684b23
commit
1feaf21adf
|
|
@ -181,6 +181,17 @@
|
||||||
snps,reset-gpio = <&gpio1 RK_PC1 GPIO_ACTIVE_LOW>;
|
snps,reset-gpio = <&gpio1 RK_PC1 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&emmc {
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
bus-width = <8>;
|
||||||
|
cap-mmc-highspeed;
|
||||||
|
supports-emmc;
|
||||||
|
disable-wp;
|
||||||
|
non-removable;
|
||||||
|
num-slots = <1>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&mipi_dphy {
|
&mipi_dphy {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue