[coreboot-gerrit] Change in coreboot[master]: mb/google/nautilus: Correct LINK FREQ for imx258

Andy Yeh (Code Review) gerrit at coreboot.org
Mon Mar 5 06:45:52 CET 2018


Andy Yeh has uploaded this change for review. ( https://review.coreboot.org/24990


Change subject: mb/google/nautilus: Correct LINK FREQ for imx258
......................................................................

mb/google/nautilus: Correct LINK FREQ for imx258

Per vendor datasheet, correct linkfreq for imx258 to {650000000, 325000000}

BUG=None
BRANCH=None
TEST=Verified the MIPI and USB camera function on DUT board

Change-Id: Ie5beed44c15e26b9f82cb305a91b8ff90a9ea867
Signed-off-by: Andy Yeh <andy.yeh at intel.com>
---
M src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/cam0.asl
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/24990/1

diff --git a/src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/cam0.asl b/src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/cam0.asl
index ee1c811..6ac6e5f 100644
--- a/src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/cam0.asl
+++ b/src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/cam0.asl
@@ -74,7 +74,7 @@
 					Package () { 1, 2, 3, 4 }
 				},
 				Package () { "link-frequencies",
-					Package() { 540000000, 270000000 }
+					Package() { 650000000, 325000000 }
 				},
 				Package () { "remote-endpoint",
 					Package() { \_SB.PCI0.CIO2, 0, 0 }

-- 
To view, visit https://review.coreboot.org/24990
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie5beed44c15e26b9f82cb305a91b8ff90a9ea867
Gerrit-Change-Number: 24990
Gerrit-PatchSet: 1
Gerrit-Owner: Andy Yeh <andy.yeh at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180305/3bcdfd7a/attachment.html>


More information about the coreboot-gerrit mailing list