Jim Lai has uploaded this change for review. ( https://review.coreboot.org/26727
Change subject: mb/google/nautilus: Add "rotation" control
......................................................................
mb/google/nautilus: Add "rotation" control
The driver only supports streaming images flipped horizontally
and vertically. In order to ensure that all current users will
be fine if or when support for upright streaming is added,
require the presence of the "rotation" control now.
BUG=None
BRANCH=None
TEST=Verified the MIPI and USB camera function on DUT board
Change-Id: I7e3abdea9071da1a089c7165f6bb609428090792
Signed-off-by: Lai, Jim <jim.lai(a)intel.com>
---
M src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/cam0.asl
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/26727/1
diff --git a/src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/cam0.asl b/src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/cam0.asl
index 4c2143a..2992874 100644
--- a/src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/cam0.asl
+++ b/src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/cam0.asl
@@ -48,6 +48,7 @@
ToUUID ("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),
Package () {
Package () { "clock-frequency", 19200000 },
+ Package () { "rotation", 180 },
Package () { "lens-focus",
Package () { \_SB.PCI0.I2C2.VCM0 }
}
--
To view, visit https://review.coreboot.org/26727
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7e3abdea9071da1a089c7165f6bb609428090792
Gerrit-Change-Number: 26727
Gerrit-PatchSet: 1
Gerrit-Owner: Jim Lai <jim.lai(a)intel.com>