-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disabled hs400 on Helios64 (hopefully only temporarily) (#3126)
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ new file mode 100644 | |
index 000000000..fae17f416 | ||
--- /dev/null | ||
+++ b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts | ||
@@ -0,0 +1,1153 @@ | ||
@@ -0,0 +1,1154 @@ | ||
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
+/* | ||
+ * Copyright (c) 2020 Aditya Prayoga ([email protected]) | ||
|
@@ -984,8 +984,9 @@ index 000000000..fae17f416 | |
+ assigned-clock-rates = <150000000>; | ||
+ bus-width = <8>; | ||
+ mmc-hs200-1_8v; | ||
+ mmc-hs400-1_8v; | ||
+ mmc-hs400-enhanced-strobe; | ||
+ // hs400 is broken on Helios64 since 5.10.60 | ||
+ // mmc-hs400-1_8v; | ||
+ // mmc-hs400-enhanced-strobe; | ||
+ supports-emmc; | ||
+ non-removable; | ||
+ disable-wp; | ||
|