diff mbox series

[3/3] arm64: dts: qcom: msm8996: Specify dload address

Message ID 20170318041523.29757-3-bjorn.andersson@linaro.org
State New
Headers show
Series [1/3] firmware: qcom: scm: Expose secure IO service | expand

Commit Message

Bjorn Andersson March 18, 2017, 4:15 a.m. UTC
On some msm8996 boards a secure io-write is used to write the magic for
selecting "download mode", specify this address in the DeviceTree.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

---
 arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.12.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 500f5c7e8397..7464f5f7be82 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -262,6 +262,8 @@ 
 	firmware {
 		scm {
 			compatible = "qcom,scm-msm8996";
+
+			qcom,dload-mode-addr = <0x0 0x7b3000>;
 		};
 	};