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

Commit e44ea4a6 authored by Rajesh Bharathwaj's avatar Rajesh Bharathwaj Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Fixes for SKU4 bring up

Disabled FaceTracking Camera because Nordic uses GPIO 50
Renamed snd card name to match FieldTest app.

Change-Id: I38fe41ee9c3ef7026b2c8dfbd82fd9a5530e2b4c
parent e91e6178
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -242,7 +242,8 @@
};

&kona_snd {
	qcom,model = "kona-xrfusionult-snd-card";
	/* temporary WA for QMMI App to work, revert before ult port*/
	qcom,model = "kona-xrfusion-ult-snd-card";
	qcom,mi2s-audio-intf = <0>;
	qcom,audio-routing =
		"AMIC1", "MIC BIAS1",
@@ -1164,3 +1165,14 @@
	qcom,target-link-speed = <0x2>;
};

/* Disable FT and enable Nordic GPIO50 */
&cam_cci1 {
	qcom,cam-sensor6 {
		status = "disabled";
	};
};

/* Disable ET IRLED */
/*&led_flash_eye_track {*/
/*	status = "disabled";*/
/*};*/