Commit 5458d6f2 authored by Sireesh Kodali's avatar Sireesh Kodali Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: msm8916: Fix typo in pronto remoteproc node



The smem-state properties for the pronto node were incorrectly labelled,
reading `qcom,state*` rather than `qcom,smem-state*`. Fix that, allowing
the stop state to be used.

Fixes: 88106096 ("ARM: dts: msm8916: Add and enable wcnss node")
Signed-off-by: default avatarSireesh Kodali <sireeshkodali1@gmail.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarStephan Gerhold <stephan@gerhold.net>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220526141740.15834-3-sireeshkodali1@gmail.com
parent 642f13c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1788,8 +1788,8 @@ pronto: remoteproc@a21b000 {
					<&rpmpd MSM8916_VDDMX>;
			power-domain-names = "cx", "mx";

			qcom,state = <&wcnss_smp2p_out 0>;
			qcom,state-names = "stop";
			qcom,smem-states = <&wcnss_smp2p_out 0>;
			qcom,smem-state-names = "stop";

			pinctrl-names = "default";
			pinctrl-0 = <&wcnss_pin_a>;