diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-08-14 15:46:19 -0700 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-10-11 23:57:02 -0500 |
commit | 1f34d6440dde65722b037f91d0c1d9053cd356f9 (patch) | |
tree | 01d63ee05fa34c7db7d7505beeae90a092538b4a /arch/arm64/boot/dts/qcom/msm8996.dtsi | |
parent | 82fa28788d2f144bc7ae08b95a306c84787a125b (diff) | |
download | linux-1f34d6440dde65722b037f91d0c1d9053cd356f9.tar.gz linux-1f34d6440dde65722b037f91d0c1d9053cd356f9.tar.xz |
arm64: dts: qcom: Specify dload address for msm8916 and msm8996
On msm8916 and msm8996 boards a secure io-write is used to write the
magic for selecting "download mode", specify this address in the
DeviceTree.
Note that qcom_scm.download_mode=1 must be specified on the kernel
command line for the kernel to attempt selecting download mode.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8996.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8996.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index d158fd16c440..a01ad98032c5 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -261,6 +261,8 @@ firmware { scm { compatible = "qcom,scm-msm8996"; + + qcom,dload-mode = <&tcsr 0x13000>; }; }; @@ -358,6 +360,11 @@ reg = <0x740000 0x20000>; }; + tcsr: syscon@7a0000 { + compatible = "qcom,tcsr-msm8996", "syscon"; + reg = <0x7a0000 0x18000>; + }; + intc: interrupt-controller@9bc0000 { compatible = "arm,gic-v3"; #interrupt-cells = <3>; |