V Sowmya has uploaded this change for review. ( https://review.coreboot.org/20787
Change subject: mainboard/google/poppy: Update link-frequencies for OV13858 and OV5670 ......................................................................
mainboard/google/poppy: Update link-frequencies for OV13858 and OV5670
Update the link-frequencies for OV13858 and OV5670 camera sensors.
BUG=b:38326541 BRANCH=none TEST=Build and boot soraka. Dump and verify that the generated DSDT table has the required entries. Verified that sensor probe is successful.
Change-Id: I78fb2d3527f66b5147123a9c8fc4cb95650f86b6 Signed-off-by: V Sowmya v.sowmya@intel.com --- M src/mainboard/google/poppy/acpi/mipi_camera.asl 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/20787/1
diff --git a/src/mainboard/google/poppy/acpi/mipi_camera.asl b/src/mainboard/google/poppy/acpi/mipi_camera.asl index 0c3ceec..5c75122 100644 --- a/src/mainboard/google/poppy/acpi/mipi_camera.asl +++ b/src/mainboard/google/poppy/acpi/mipi_camera.asl @@ -616,7 +616,7 @@ Package () { 1, 2, 3, 4 } }, Package () { "link-frequencies", - Package() { 1190400000, 640000000 } + Package() { 540000000, 270000000 } }, Package () { "remote-endpoint", Package() { _SB.PCI0.CIO2, 0, 0 } @@ -766,7 +766,7 @@ Package () { 1, 2 } }, Package () { "link-frequencies", - Package() { 844800000 } + Package() { 422400000 } }, Package () { "remote-endpoint", Package() { _SB.PCI0.CIO2, 1, 0 }