Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fecda1bf authored by Shankar Ravi's avatar Shankar Ravi
Browse files

ARM: dts: msm: Fix Rotation issue UW camera for sdmmagpie



Preview is inverted for UW camera due to sensor mounting
correct the roll, pitch, yaw for correct preview.

Change-Id: I2c75201b6985fcc20fec2ec0796033e38c1b1ba5
Signed-off-by: default avatarShankar Ravi <rshankar@codeaurora.org>
parent 517e14c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -535,9 +535,9 @@
		compatible = "qcom,cam-sensor";
		reg = <0x6>;
		csiphy-sd-index = <2>;
		sensor-position-roll = <270>;
		sensor-position-roll = <90>;
		sensor-position-pitch = <0>;
		sensor-position-yaw = <0>;
		sensor-position-yaw = <180>;
		eeprom-src = <&eeprom_triple_uw>;
		led-flash-src = <&led_flash_rear_aux2>;
		actuator-src = <&actuator_rear_aux>;