mirror of
https://github.com/armbian/build.git
synced 2025-08-08 12:16:58 +02:00
Disabled hs400 on Helios64 (hopefully only temporarily) (#3126)
This commit is contained in:
parent
593104add4
commit
5f2e23e908
@ -14,7 +14,7 @@ new file mode 100644
|
|||||||
index 000000000..fae17f416
|
index 000000000..fae17f416
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
|
+++ 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)
|
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||||
+/*
|
+/*
|
||||||
+ * Copyright (c) 2020 Aditya Prayoga (aditya@kobol.io)
|
+ * Copyright (c) 2020 Aditya Prayoga (aditya@kobol.io)
|
||||||
@ -984,8 +984,9 @@ index 000000000..fae17f416
|
|||||||
+ assigned-clock-rates = <150000000>;
|
+ assigned-clock-rates = <150000000>;
|
||||||
+ bus-width = <8>;
|
+ bus-width = <8>;
|
||||||
+ mmc-hs200-1_8v;
|
+ mmc-hs200-1_8v;
|
||||||
+ mmc-hs400-1_8v;
|
+ // hs400 is broken on Helios64 since 5.10.60
|
||||||
+ mmc-hs400-enhanced-strobe;
|
+ // mmc-hs400-1_8v;
|
||||||
|
+ // mmc-hs400-enhanced-strobe;
|
||||||
+ supports-emmc;
|
+ supports-emmc;
|
||||||
+ non-removable;
|
+ non-removable;
|
||||||
+ disable-wp;
|
+ disable-wp;
|
||||||
|
Loading…
Reference in New Issue
Block a user