Pratikkumar V Prajapati has uploaded this change for review. ( https://review.coreboot.org/28275
Change subject: nocturne: Set eMMC tuning param. ......................................................................
nocturne: Set eMMC tuning param.
WIP.
BUG=b:112718426,b:112690628 BRANCH=none TEST=TBD.
Change-Id: If2665415cfe162a0a5061f72baad8b0ae37ee686 Signed-off-by: Pratik Prajapati pratikkumar.v.prajapati@intel.com --- M src/mainboard/google/poppy/variants/nocturne/devicetree.cb 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/28275/1
diff --git a/src/mainboard/google/poppy/variants/nocturne/devicetree.cb b/src/mainboard/google/poppy/variants/nocturne/devicetree.cb index a6988fa..27358f9 100644 --- a/src/mainboard/google/poppy/variants/nocturne/devicetree.cb +++ b/src/mainboard/google/poppy/variants/nocturne/devicetree.cb @@ -47,6 +47,9 @@ register "ScsEmmcEnabled" = "1" register "ScsEmmcHs400Enabled" = "1" register "ScsSdCardEnabled" = "0" + register "EmmcHs400DllNeed" = "1" + register "ScsEmmcHs400RxStrobeDll1" = "0x09" + register "ScsEmmcHs400TxDataDll" = "0x0c" register "PttSwitch" = "0" register "InternalGfx" = "1" register "SkipExtGfxScan" = "1"