mb/google/dedede: Update link frequency and end point structure for OV9734
1. Update Link frequency to 180 Mhz 2. Set data-lanes to 1 and 3. Update the clock-lane used by sensor BUG=b:155285666 BRANCH=None TEST=Build and able to capture image using user facing camera. Signed-off-by: Pandya, Varshit B <varshit.b.pandya@intel.com> Change-Id: I164cb6af1003de561be8ce640e7653b7bcb3a22f Reviewed-on: https://review.coreboot.org/c/coreboot/+/42679 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
This commit is contained in:
parent
500eb450b5
commit
65e5b100e2
|
@ -139,7 +139,7 @@ Scope (\_SB.PCI0.I2C3)
|
|||
Name (EP00, Package (0x02)
|
||||
{
|
||||
ToUUID ("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),
|
||||
Package (0x03)
|
||||
Package (0x05)
|
||||
{
|
||||
Package (0x02)
|
||||
{
|
||||
|
@ -147,12 +147,27 @@ Scope (\_SB.PCI0.I2C3)
|
|||
Zero
|
||||
},
|
||||
|
||||
Package (0x02)
|
||||
{
|
||||
"clock-lanes",
|
||||
Zero
|
||||
},
|
||||
|
||||
Package (0x02)
|
||||
{
|
||||
"data-lanes",
|
||||
Package (0x01)
|
||||
{
|
||||
One
|
||||
}
|
||||
},
|
||||
|
||||
Package (0x02)
|
||||
{
|
||||
"link-frequencies",
|
||||
Package (0x01)
|
||||
{
|
||||
0x325AA000
|
||||
180000000
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue