diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-12-19 00:44:41 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-19 00:44:41 -0800 |
| commit | 5965df008aab193b3f4325ed9176da4d6e3c7e1e (patch) | |
| tree | f17c27916bafad244f5a5350560f83e2cace1fe6 | |
| parent | 08c0ea3598ec899258fa63f9bd6f7c4a93437af6 (diff) | |
| parent | 61f63921e527ab5d6023b67088475a079bbbda3d (diff) | |
Merge "ARM: dts: msm: Add qcom,msm-imem-diag-dload node on msmfalcon/msmtriton"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmfalcon.dtsi | 5 | ||||
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmtriton.dtsi | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmfalcon.dtsi b/arch/arm/boot/dts/qcom/msmfalcon.dtsi index 9ce04f8e9ac2..e0f1451e9179 100644 --- a/arch/arm/boot/dts/qcom/msmfalcon.dtsi +++ b/arch/arm/boot/dts/qcom/msmfalcon.dtsi @@ -1431,6 +1431,11 @@ compatible = "qcom,msm-imem-pil"; reg = <0x94c 200>; }; + + diag_dload@c8 { + compatible = "qcom,msm-imem-diag-dload"; + reg = <0xc8 200>; + }; }; qcom,ghd { diff --git a/arch/arm/boot/dts/qcom/msmtriton.dtsi b/arch/arm/boot/dts/qcom/msmtriton.dtsi index 690e9e8870fd..5bb76d5d962c 100644 --- a/arch/arm/boot/dts/qcom/msmtriton.dtsi +++ b/arch/arm/boot/dts/qcom/msmtriton.dtsi @@ -960,6 +960,11 @@ compatible = "qcom,msm-imem-pil"; reg = <0x94c 200>; }; + + diag_dload@c8 { + compatible = "qcom,msm-imem-diag-dload"; + reg = <0xc8 200>; + }; }; qcom,ghd { |
