diff options
| author | Yan He <yanhe@codeaurora.org> | 2016-04-06 16:28:23 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-04-11 16:00:25 -0700 |
| commit | 44fa187eeb57e3e03a79337afc4fa4d706285206 (patch) | |
| tree | ccec456d31fa375a817df10d8ed69435ea0778cf | |
| parent | 3f901317b1835e7b26d6c72b6c8f2c79539866fc (diff) | |
ARM: dts: msm: add SPS node for msmcobalt
Add SPS module to device tree. SPS (Smart Peripheral System)
enables the support of all BAMs in the system which provide DMA
functionality to various peripherals.
Change-Id: Ib3f0cd293e7e5d09f119c226acdca64c87ca61bd
Signed-off-by: Yan He <yanhe@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmcobalt.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt.dtsi b/arch/arm/boot/dts/qcom/msmcobalt.dtsi index e9b60a996f83..2483f20bed5e 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt.dtsi @@ -322,6 +322,12 @@ cell-index = <0>; }; + qcom,sps { + compatible = "qcom,msm_sps_4k"; + qcom,device-type = <3>; + qcom,pipe-attr-ee; + }; + uartblsp1dm1: serial@0c170000 { compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; reg = <0xc170000 0x1000>; |
