Skip to content

Commit

Permalink
Disabled hs400 on Helios64 (hopefully only temporarily) (#3126)
Browse files Browse the repository at this point in the history
  • Loading branch information
piter75 authored Sep 8, 2021
1 parent 593104a commit 5f2e23e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions patch/kernel/archive/rockchip64-5.10/add-board-helios64.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 5f2e23e

Please sign in to comment.