summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLaxminath Kasam <lkasam@codeaurora.org>2017-02-20 22:59:38 +0530
committerLaxminath Kasam <lkasam@codeaurora.org>2017-02-21 15:53:50 +0530
commitcf29faa1eebfe1c786f4db6bf163a56b80a16769 (patch)
treec4afa7c29e9910d7991a3c13ebb8b70cb3067be7 /Documentation
parentda31eab17129d4959daed27027fb38ef5afc151a (diff)
Revert "ASoC: wsa881x: Add cache-always mode for sdm660"
This reverts 'commit b3f17f8fe8f3 ("ASoC: wsa881x: Add cache-always mode for sdm660")' as wsa881x speaker mute without cache-always mode is fixed. CRs-Fixed: 2000566 Change-Id: Ia3c4f2ad5749fd32bb7426ab855c20acc378f563 Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/wcd_codec.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/sound/wcd_codec.txt b/Documentation/devicetree/bindings/sound/wcd_codec.txt
index b7a81efb768c..5b5d43a6323c 100644
--- a/Documentation/devicetree/bindings/sound/wcd_codec.txt
+++ b/Documentation/devicetree/bindings/sound/wcd_codec.txt
@@ -514,10 +514,6 @@ Required properties:
which is also existing driver WSA881x that represents
soundwire slave devices.
-Optional Properties:
- - qcom,cache-always : Boolean. This property is used in WSA slave
- device to use cacheable for all registers.
-
Example:
msm_sdw_codec: qcom,msm-sdw-codec@152c1000 {
@@ -535,7 +531,6 @@ msm_sdw_codec: qcom,msm-sdw-codec@152c1000 {
compatible = "qcom,wsa881x";
reg = <0x00 0x20170212>;
qcom,spkr-sd-n-gpio = <&tlmm 80 0>;
- qcom,cache-always;
};
};
};