mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
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:
committed by
codewalkerster
parent
bdf0fdd2ab
commit
c866814254
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user