ipq806x: add ipq4019 support
[openwrt/openwrt.git] / target / linux / ipq806x / patches-4.4 / 303-add-saw_l2-and-sns-into-ipq8064-DT.patch
1 --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
2 +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
3 @@ -50,6 +50,7 @@
4 L2: l2-cache {
5 compatible = "cache";
6 cache-level = <2>;
7 + qcom,saw = <&saw_l2>;
8 };
9
10 qcom,l2 {
11 @@ -277,17 +278,28 @@
12 };
13
14 saw0: regulator@2089000 {
15 - compatible = "qcom,saw2";
16 + compatible = "qcom,saw2", "syscon";
17 reg = <0x02089000 0x1000>, <0x02009000 0x1000>;
18 regulator;
19 };
20
21 saw1: regulator@2099000 {
22 - compatible = "qcom,saw2";
23 + compatible = "qcom,saw2", "syscon";
24 reg = <0x02099000 0x1000>, <0x02009000 0x1000>;
25 regulator;
26 };
27
28 + saw_l2: regulator@02012000 {
29 + compatible = "qcom,saw2", "syscon";
30 + reg = <0x02012000 0x1000>;
31 + regulator;
32 + };
33 +
34 + sic_non_secure: sic-non-secure@12100000 {
35 + compatible = "syscon";
36 + reg = <0x12100000 0x10000>;
37 + };
38 +
39 gsbi2: gsbi@12480000 {
40 compatible = "qcom,gsbi-v1.0.0";
41 cell-index = <2>;