mainboard/google/poppy: Decrease link-frequencies for OV13858 and OV5670

Decrease the link-frequencies as recommended by Omnivision 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>
Reviewed-on: https://review.coreboot.org/20787
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Rajmohan Mani <rajmohan.mani@intel.com>
This commit is contained in:
V Sowmya 2017-07-27 15:57:45 +05:30 committed by Martin Roth
parent 0767f89be4
commit 1cda0d0e50
1 changed files with 2 additions and 2 deletions

View File

@ -616,7 +616,7 @@ Scope (\_SB.PCI0.I2C2)
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 @@ Scope (\_SB.PCI0.I2C4)
Package () { 1, 2 }
},
Package () { "link-frequencies",
Package() { 844800000 }
Package() { 422400000 }
},
Package () { "remote-endpoint",
Package() { \_SB.PCI0.CIO2, 1, 0 }