60cfac974cf2a81af31e610acd7154626c0803a7
[openwrt/openwrt.git] / target / linux / ipq806x / patches-4.4 / 306-add-RPM-msg-RAM-into-DT.patch
1 From 9bf6b333d6a4d3a3ef0d3fc7ca0becd008c81820 Mon Sep 17 00:00:00 2001
2 From: Pavel Kubelun <be.dissent@gmail.com>
3 Date: Sun, 6 Nov 2016 19:12:46 +0300
4 Subject: [PATCH] ipq806x: add RPM msg RAM into DT
5
6 Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
7 ---
8 arch/arm/boot/dts/qcom-ipq8064.dtsi | 3 +++
9 1 file changed, 3 insertions(+)
10
11 diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi
12 index 6b06118..d1ff9d0 100644
13 --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
14 +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
15 @@ -184,6 +184,9 @@
16 "err",
17 "wakeup";
18
19 + clocks = <&gcc RPM_MSG_RAM_H_CLK>;
20 + clock-names = "ram";
21 +
22 #address-cells = <1>;
23 #size-cells = <0>;
24