mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-07 21:48:53 +00:00
set lower speed for NanoPC-T4 eMMC
This commit is contained in:
parent
8f82cb60b9
commit
a18327ef57
1 changed files with 2 additions and 2 deletions
|
@ -604,11 +604,11 @@ index 0000000..2b87c32
|
||||||
+
|
+
|
||||||
+&sdhci {
|
+&sdhci {
|
||||||
+ bus-width = <8>;
|
+ bus-width = <8>;
|
||||||
+ mmc-hs400-1_8v;
|
+ //mmc-hs400-1_8v;
|
||||||
+ supports-emmc;
|
+ supports-emmc;
|
||||||
+ non-removable;
|
+ non-removable;
|
||||||
+ keep-power-in-suspend;
|
+ keep-power-in-suspend;
|
||||||
+ mmc-hs400-enhanced-strobe;
|
+ //mmc-hs400-enhanced-strobe;
|
||||||
+ status = "okay";
|
+ status = "okay";
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue