mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +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:
@@ -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