summaryrefslogtreecommitdiff
path: root/bindings/sound
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2020-02-03 19:24:36 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2020-02-03 19:24:36 -0800
commit93d5d4ea6a57f510fbfc7142e1aae02d78a10900 (patch)
treebd9c342c673c41f206012f20956a727deaf66c71 /bindings/sound
parentc71498676b1046b9f91f93907a6e496b87793a60 (diff)
parent491d1851d5961d0c43e130e60ec055adfd10ce67 (diff)
downloaddevicetree-93d5d4ea6a57f510fbfc7142e1aae02d78a10900.tar.gz
Merge "ARM: dts: msm: Add audio support for lagoon"
Diffstat (limited to 'bindings/sound')
-rw-r--r--bindings/sound/wcd_codec.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/bindings/sound/wcd_codec.txt b/bindings/sound/wcd_codec.txt
index 91156f39..43a0698c 100644
--- a/bindings/sound/wcd_codec.txt
+++ b/bindings/sound/wcd_codec.txt
@@ -409,3 +409,32 @@ Example:
reg = <0x045>;
};
};
+
+WSA883x Soundwire slave device as child of Soundwire master in Bolero codec
+
+Required properties:
+ - compatible = "qcom,wsa883x";
+ - reg: Specifies the WSA883x soundwire slave unique device address
+ - qcom,spkr-sd-n-gpio: speaker reset gpio
+
+Optional properties:
+ - bolero-handle: phandle to bolero codec
+ - cdc-vdd-1p8-supply: phandle of VDD 1.8V supply's regulator device tree node.
+ - qcom,cdc-vdd-1p8-voltage: VDD 1.8V supply's voltage level min and max in mV.
+ - qcom,cdc-vdd-1p8-current: VDD 1.8V supply's max current in mA.
+ - qcom,cdc-static-supplies: List of supplies to be enabled prior to codec
+ hardware probe. Supplies in this list will be
+ stay enabled.
+
+Example:
+wsa883x_0221: wsa883x@02170221 {
+ compatible = "qcom,wsa883x";
+ reg = <0x02 0x02170221>;
+ qcom,spkr-sd-n-gpio = <&tlmm 80 0>;
+ bolero-handle = <&bolero>;
+
+ cdc-vdd-1p8-supply = <&S10B>;
+ qcom,cdc-vdd-1p8-voltage = <1800000 1800000>;
+ qcom,cdc-vdd-1p8-current = <20000>;
+ qcom,cdc-static-supplies = "cdc-vdd-1p8";
+};