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

Commit 521ef4a3 authored by Karthikeyan Mani's avatar Karthikeyan Mani
Browse files

bindings: Documentation: Update swr mic device tree documentation

Add wcd handle property to swr mic device tree documentation
for Lahaina target.

Change-Id: Iddb49e6ba87c19a12af286df1b2d942715dc0fd8
parent abf7909b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -447,6 +447,7 @@ Required properties:
 - qcom,swr-dmic-prefix: Prefix to use for alsa widgets and routes
 - qcom,codec-name: Name for the corresponding swr mic codec
 - qcom,mic-bias-num: Mic bias number that turns on this device's power supply
 - qcom,wcd-handle: pHandle to wcd node that can enable this device's supply

Example:
swr_dmic_01: dmic_swr@58350220 {
@@ -455,5 +456,5 @@ swr_dmic_01: dmic_swr@58350220 {
	qcom,swr-dmic-prefix = "SWR_MIC0";
	qcom,codec-name = "swr-dmic-01";
	qcom,mic-bias-num = <1>;
	wcd-handle = <&wcd938x_codec>;
	qcom,wcd-handle = <&wcd938x_codec>;
};