ARM: dts: msm: Enable cache-always for WSA in sdm660 internal codec
As WSA881x registers fails to read sometimes on sdm660 internal codec, use cache-always mode to avoid speaker mute. CRs-Fixed: 1117406 Change-Id: Idaa2b4f7e53ea8f333eca3c0dc5b8f415266efd7 Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
This commit is contained in:
parent
b3f17f8fe8
commit
4dd5dc49ac
1 changed files with 4 additions and 0 deletions
|
@ -227,24 +227,28 @@
|
|||
compatible = "qcom,wsa881x";
|
||||
reg = <0x0 0x20170211>;
|
||||
qcom,spkr-sd-n-node = <&wsa_spkr_en1>;
|
||||
qcom,cache-always;
|
||||
};
|
||||
|
||||
wsa881x_212_en: wsa881x_en@20170212 {
|
||||
compatible = "qcom,wsa881x";
|
||||
reg = <0x0 0x20170212>;
|
||||
qcom,spkr-sd-n-node = <&wsa_spkr_en2>;
|
||||
qcom,cache-always;
|
||||
};
|
||||
|
||||
wsa881x_213_en: wsa881x_en@21170213 {
|
||||
compatible = "qcom,wsa881x";
|
||||
reg = <0x0 0x21170213>;
|
||||
qcom,spkr-sd-n-node = <&wsa_spkr_en1>;
|
||||
qcom,cache-always;
|
||||
};
|
||||
|
||||
wsa881x_214_en: wsa881x_en@21170214 {
|
||||
compatible = "qcom,wsa881x";
|
||||
reg = <0x0 0x21170214>;
|
||||
qcom,spkr-sd-n-node = <&wsa_spkr_en2>;
|
||||
qcom,cache-always;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue