mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 03:41:26 +00:00
Disabled hs400 mode of roc-rk3399-pc's emmc (#1666)
This commit is contained in:
parent
19f55fa066
commit
da8cfe78c0
3 changed files with 65 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
|||
Some eMMC moduled that come with ROC-RK3399-PC don't cope well with HS400/HS400ES.
|
||||
The modules that have issues are mentioned below DJNB4R and mine AJTD4R.
|
||||
|
||||
See:
|
||||
https://lkml.org/lkml/2019/11/11/203
|
||||
https://lkml.org/lkml/2019/11/15/444
|
||||
|
||||
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi
|
||||
index f871f0c5..8cfd38f7 100644
|
||||
--- a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi
|
||||
+++ b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi
|
||||
@@ -1082,8 +1082,7 @@
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
keep-power-in-suspend;
|
||||
- mmc-hs400-1_8v;
|
||||
- mmc-hs400-enhanced-strobe;
|
||||
+ mmc-hs200-1_8v;
|
||||
non-removable;
|
||||
status = "okay";
|
||||
supports-emmc;
|
|
@ -0,0 +1,22 @@
|
|||
Some eMMC moduled that come with ROC-RK3399-PC don't cope well with HS400/HS400ES.
|
||||
The modules that have issues are mentioned below DJNB4R and mine AJTD4R.
|
||||
|
||||
See:
|
||||
https://lkml.org/lkml/2019/11/11/203
|
||||
https://lkml.org/lkml/2019/11/15/444
|
||||
|
||||
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dts b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dts
|
||||
index 19f7732d7..bef364a09 100644
|
||||
--- a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dts
|
||||
+++ b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dts
|
||||
@@ -646,8 +646,7 @@
|
||||
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
+ mmc-hs200-1_8v;
|
||||
- mmc-hs400-1_8v;
|
||||
- mmc-hs400-enhanced-strobe;
|
||||
non-removable;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
Some eMMC moduled that come with ROC-RK3399-PC don't cope well with HS400/HS400ES.
|
||||
The modules that have issues are mentioned below DJNB4R and mine AJTD4R.
|
||||
|
||||
See:
|
||||
https://lkml.org/lkml/2019/11/11/203
|
||||
https://lkml.org/lkml/2019/11/15/444
|
||||
|
||||
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dts b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dts
|
||||
index 19f7732d7..bef364a09 100644
|
||||
--- a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dts
|
||||
+++ b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dts
|
||||
@@ -646,8 +646,7 @@
|
||||
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
+ mmc-hs200-1_8v;
|
||||
- mmc-hs400-1_8v;
|
||||
- mmc-hs400-enhanced-strobe;
|
||||
non-removable;
|
||||
status = "okay";
|
||||
};
|
||||
|
Loading…
Add table
Reference in a new issue