kernel: bump 4.9 to 4.9.77
[openwrt/openwrt.git] / target / linux / ipq806x / patches-4.9 / 0018-qcom-ipq4019-turn-on-DMA-for-i2c.patch
1 From 71f82049dca86bc89b9da07e051e4ed492820233 Mon Sep 17 00:00:00 2001
2 From: Matthew McClintock <mmcclint@codeaurora.org>
3 Date: Mon, 28 Mar 2016 11:16:51 -0500
4 Subject: [PATCH 18/69] qcom: ipq4019: turn on DMA for i2c
5
6 These are the required nodes for i2c-qup to use DMA
7
8 Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org>
9 ---
10 arch/arm/boot/dts/qcom-ipq4019.dtsi | 2 ++
11 1 file changed, 2 insertions(+)
12
13 --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
14 +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
15 @@ -179,6 +179,8 @@
16 clock-names = "iface", "core";
17 #address-cells = <1>;
18 #size-cells = <0>;
19 + dmas = <&blsp_dma 9>, <&blsp_dma 8>;
20 + dma-names = "rx", "tx";
21 status = "disabled";
22 };
23