diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2016-10-22 02:19:18 +0300 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-11-13 07:56:42 +0300 |
commit | da3d658e28b55c864df1cd0b067fc2b8addbe2bc (patch) | |
tree | d51c975fd4e44032ab20b586a9cfc82e0c0ea9e9 /arch/arm64/boot/dts/qcom | |
parent | 13eb40eb428d9aa92fa5f80d377889ef0b2d422d (diff) | |
download | linux-da3d658e28b55c864df1cd0b067fc2b8addbe2bc.tar.xz |
arm64: dts: msm8996: Add SMEM DT nodes
Add SMEM and TCSR DT nodes on MSM8996.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Sarangdhar Joshi <spjoshi@codeaurora.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8996.dtsi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index 7ba2a5655fde..2306ecc36ff3 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -248,12 +248,29 @@ method = "smc"; }; + tcsr_mutex: hwlock { + compatible = "qcom,tcsr-mutex"; + syscon = <&tcsr_mutex_regs 0 0x1000>; + #hwlock-cells = <1>; + }; + + smem { + compatible = "qcom,smem"; + memory-region = <&smem_mem>; + hwlocks = <&tcsr_mutex 3>; + }; + soc: soc { #address-cells = <1>; #size-cells = <1>; ranges = <0 0 0 0xffffffff>; compatible = "simple-bus"; + tcsr_mutex_regs: syscon@740000 { + compatible = "syscon"; + reg = <0x740000 0x20000>; + }; + intc: interrupt-controller@9bc0000 { compatible = "arm,gic-v3"; #interrupt-cells = <3>; |