From d325771eae38250d95811f779cf4e76d35da6fdc Mon Sep 17 00:00:00 2001 From: Vatsal Bucha Date: Wed, 2 Sep 2020 15:45:32 +0530 Subject: [PATCH] ARM: dts: msm: Change bit value to be read for loading adsp2 Change bit value to be read for loading adsp2. Change-Id: Ic6cac2ada902019cc6802b86909a4a97725542b7 --- qcom/shima-audio-overlay.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/shima-audio-overlay.dtsi b/qcom/shima-audio-overlay.dtsi index 17ca6790..b6068bbf 100644 --- a/qcom/shima-audio-overlay.dtsi +++ b/qcom/shima-audio-overlay.dtsi @@ -418,5 +418,5 @@ nvmem-cells = <&adsp_variant>; nvmem-cell-names = "adsp_variant"; adsp-fw-names = "adsp2"; - adsp-fw-bit-values = <0x1>; + adsp-fw-bit-values = <0x4>; };