Other Parts Discussed in Thread: SK-AM62B, AM62P, , SK-AM62
Tool/software:
Linux SDK8.3, in order to limit eMMC to work at High speed 50MHz only. refer the patch for SDK8.6 to SDK8.3
Patch for SDK8.6
Signed-off-by: Judith Mendez <jm@ti.com> --- arch/arm/dts/k3-am62-main.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/dts/k3-am62-main.dtsi b/arch/arm/dts/k3-am62-main.dtsi index f3296f2671b..78ca7c34066 100644 --- a/arch/arm/dts/k3-am62-main.dtsi +++ b/arch/arm/dts/k3-am62-main.dtsi @@ -349,10 +349,10 @@ ti,clkbuf-sel = <0x7>; ti,otap-del-sel-legacy = <0x0>; ti,otap-del-sel-mmc-hs = <0x0>; - ti,otap-del-sel-ddr52 = <0x5>; - ti,otap-del-sel-hs200 = <0x5>; ti,itap-del-sel-legacy = <0xa>; ti,itap-del-sel-mmc-hs = <0x1>; + /delete-property/mmc-ddr-1_8v; + /delete-property/mmc-hs200-1_8v; }; sdhci1: mmc@fa00000 { -- 2.17.1
modification in SDK8.3 of customer.
Result:
#1. eMMC works at 50MHz eMMC_CLK.
#2. cat /sys/kernel/debug/mmc0/* shows signal voltage is 3.3V. but actually is 1.8V on custom board.
Question:
#1. Is the modification right to limit eMMC to High Speed SDR? In SDK8.6 dtsi there are option of itap, should add it to SDK8.3 also?
ti,itap-del-sel-legacy = <0xa>; ti,itap-del-sel-mmc-hs = <0x1>;
#2. The signal voltage supply fix to 1.8V in hardware, what is mean of 3.3V of cat /sys/kernel/debug/mmc0/* output?