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

Commit 56038507 authored by Walter Yang's avatar Walter Yang
Browse files

ARM: dts: msm: update the sound node for msmcobalt QRD



msmcobalt QRD hardware design is same as MTP but with NO type
headset jack and without us/euro hardware switch.
Update sound node for msmcobalt QRD to reflect the hardware.

CRs-Fixed: 1063809
Change-Id: Icf09bd8005d22cb7e711ccff92ef4bcd5af37e64
Signed-off-by: default avatarWalter Yang <yandongy@codeaurora.org>
parent 5964f2d7
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -69,3 +69,16 @@
	qcom,mdss-dsi-mode-sel-gpio-state = "dual_port";
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
};

&soc {
	sound-tavil {
		qcom,msm-mbhc-hphl-swh = <1>;
		/delete-property/ qcom,us-euro-gpios;
	};

	sound-9335 {
		qcom,msm-mbhc-hphl-swh = <1>;
		/delete-property/ qcom,us-euro-gpios;
	};
};