mb/google/poppy/var/nocturne: Change IMX319 sensor link freq

Change link frequency of IMX319 from 360Mhz to 482.4 Mhz to match the
changes from kernel driver. IMX319 has two PLLs and it can be configured
either single or dual. Previous driver implemente dual PLL mode, however
image sensor vendor prefer single PLL mode and calculate the pixel rate
became easier. So the kernel driver changed to use single pll, coreboot
change will match that.

Bug=b:116082248

Change-Id: Iac9a72253e0529bf2c0785fb701b7bc251bcbab5
Signed-off-by: Lijian Zhao <lijian.zhao@intel.com>
Reviewed-on: https://review.coreboot.org/28736
Reviewed-by: Tomasz Figa <tfiga@google.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Chiranjeevi Rapolu <chiranjeevi.rapolu@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Lijian Zhao 2018-09-25 08:37:53 -07:00 committed by Patrick Georgi
parent 6dc7748551
commit 3b43c01bba
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ Scope (\_SB.PCI0.I2C3)
Package () { 1, 2, 3, 4 }
},
Package () { "link-frequencies",
Package() { 360000000 }
Package() { 482400000 }
},
Package () { "remote-endpoint",
Package() { \_SB.PCI0.CIO2, 0, 0 }