ODROID-M1: arch/arm64: add hardware reset property to eMMC

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I43de93df47052f08746df34889c448564f4a497d
This commit is contained in:
Dongjin Kim
2021-12-09 16:20:19 +09:00
committed by codewalkerster
parent bdf0fdd2ab
commit c866814254

View File

@@ -127,6 +127,18 @@
status = "okay";
};
&sdhci {
pinctrl-0 = <&emmc_bus8
&emmc_clk
&emmc_cmd
&emmc_datastrobe
&emmc_rstnout>;
pinctrl-names = "default";
mmc-hs200-1_8v;
cap-mmc-hw-reset;
};
&video_phy0 {
status = "okay";
};