Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1271106
| From | Sricharan R <sricharan@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V5 6/6] dts: msm8974: Add dma channels for blsp2_i2c1 node |
| Date | 2015-11-17 12:50 +0100 |
| Message-ID | <qvMVR-4uY-25@gated-at.bofh.it> (permalink) |
| References | <qvMVQ-4uY-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Sricharan R <sricharan@codeaurora.org>
---
arch/arm/boot/dts/qcom-msm8974.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
index 7786408..bd1be53 100644
--- a/arch/arm/boot/dts/qcom-msm8974.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8974.dtsi
@@ -328,6 +328,8 @@
clock-names = "core", "iface";
#address-cells = <1>;
#size-cells = <0>;
+ dmas = <&blsp2_dma 20>, <&blsp2_dma 21>;
+ dma-names = "tx", "rx";
};
spmi_bus: spmi@fc4cf000 {
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V5 0/6] i2c: qup: Add support for v2 tags and bam dma Sricharan R <sricharan@codeaurora.org> - 2015-11-17 12:50 +0100 [PATCH V5 1/6] i2c: qup: Change qup_wait_writeready function to use for all timeouts Sricharan R <sricharan@codeaurora.org> - 2015-11-17 12:50 +0100 [PATCH V5 6/6] dts: msm8974: Add dma channels for blsp2_i2c1 node Sricharan R <sricharan@codeaurora.org> - 2015-11-17 12:50 +0100 [PATCH V5 2/6] i2c: qup: Add V2 tags support Sricharan R <sricharan@codeaurora.org> - 2015-11-17 12:50 +0100 [PATCH V5 5/6] dts: msm8974: Add blsp2_bam dma node Sricharan R <sricharan@codeaurora.org> - 2015-11-17 12:50 +0100 [PATCH V5 4/6] i2c: qup: Add bam dma capabilities Sricharan R <sricharan@codeaurora.org> - 2015-11-17 12:50 +0100 [PATCH V5 3/6] i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bit Sricharan R <sricharan@codeaurora.org> - 2015-11-17 12:50 +0100
csiph-web