Karthik Ramasubramanian has uploaded a new patch set (#24) to the change originally created by Varshit B Pandya. ( https://review.coreboot.org/c/coreboot/+/42205 )
Change subject: mb/google/dedede: Add ACPI support for camera in WDee
......................................................................
mb/google/dedede: Add ACPI support for camera in WDee
Update overridetree of Waddledee to generate SSDT entries for Camera.
1. Add support as per the schematics
2. Add 2 Ports and 2 Endpoints
3. Add support for OVTI5675 and OVTI9734
BUG=None
TEST=Build and boot waddledee to OS. Ensure that the ACPI identifiers
for mipi cameras are added under the appropriate scope. Here is the
output SSDT:
Scope (_SB.PCI0.I2C3.MUX0.MXA1)
{
Device (CAM1)
{
PowerResource (PRIC, 0x00, 0x0000)
{
...
}
}
}
Scope (_SB.PCI0.I2C3.MUX0.MXA0)
{
Device (CAM0)
{
PowerResource (PRIC, 0x00, 0x0000)
{
...
}
}
}
Change-Id: I3f6b490832d2c34c86512384eb7470f13a212a66
Signed-off-by: Varshit B Pandya varshit.b.pandya@intel.com
---
M src/mainboard/google/dedede/Kconfig.name
M src/mainboard/google/dedede/variants/waddledee/overridetree.cb
2 files changed, 128 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/42205/24
--
To view, visit
https://review.coreboot.org/c/coreboot/+/42205
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3f6b490832d2c34c86512384eb7470f13a212a66
Gerrit-Change-Number: 42205
Gerrit-PatchSet: 24
Gerrit-Owner: Varshit B Pandya
varshit.b.pandya@intel.com
Gerrit-Reviewer: Aamir Bohra
aamir.bohra@intel.com
Gerrit-Reviewer: Andy Yeh
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Kaiyen Chang
kaiyen.chang@intel.com
Gerrit-Reviewer: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Reviewer: Krishna P Bhat D
krishna.p.bhat.d@intel.com
Gerrit-Reviewer: Maulik V Vaghela
maulik.v.vaghela@intel.com
Gerrit-Reviewer: Ren Kuo
ren.kuo@quanta.corp-partner.google.com
Gerrit-Reviewer: Rizwan Qureshi
rizwan.qureshi@intel.com
Gerrit-Reviewer: Ronak Kanabar
ronak.kanabar@intel.com
Gerrit-Reviewer: ShawnX Tu
shawnx.tu@intel.com
Gerrit-Reviewer: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Evan Green
evgreen@chromium.org
Gerrit-CC: Matt Delco
delco@chromium.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-CC: Sugnan Prabhu S
sugnan.prabhu.s@intel.com
Gerrit-CC: Tomasz Figa
tfiga@google.com
Gerrit-MessageType: newpatchset