2016-11-02 19:42:55 +00:00
|
|
|
--- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
|
|
|
|
+++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
|
|
|
|
@@ -50,6 +50,7 @@
|
|
|
|
L2: l2-cache {
|
|
|
|
compatible = "cache";
|
|
|
|
cache-level = <2>;
|
|
|
|
+ qcom,saw = <&saw_l2>;
|
|
|
|
};
|
|
|
|
|
|
|
|
qcom,l2 {
|
2016-11-17 12:02:57 +00:00
|
|
|
@@ -277,17 +278,28 @@
|
2016-11-02 19:42:55 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
saw0: regulator@2089000 {
|
|
|
|
- compatible = "qcom,saw2";
|
|
|
|
+ compatible = "qcom,saw2", "syscon";
|
|
|
|
reg = <0x02089000 0x1000>, <0x02009000 0x1000>;
|
|
|
|
regulator;
|
|
|
|
};
|
|
|
|
|
|
|
|
saw1: regulator@2099000 {
|
|
|
|
- compatible = "qcom,saw2";
|
|
|
|
+ compatible = "qcom,saw2", "syscon";
|
|
|
|
reg = <0x02099000 0x1000>, <0x02009000 0x1000>;
|
|
|
|
regulator;
|
|
|
|
};
|
|
|
|
|
|
|
|
+ saw_l2: regulator@02012000 {
|
|
|
|
+ compatible = "qcom,saw2", "syscon";
|
|
|
|
+ reg = <0x02012000 0x1000>;
|
|
|
|
+ regulator;
|
|
|
|
+ };
|
|
|
|
+
|
|
|
|
+ sic_non_secure: sic-non-secure@12100000 {
|
|
|
|
+ compatible = "syscon";
|
|
|
|
+ reg = <0x12100000 0x10000>;
|
|
|
|
+ };
|
|
|
|
+
|
|
|
|
gsbi2: gsbi@12480000 {
|
|
|
|
compatible = "qcom,gsbi-v1.0.0";
|
|
|
|
cell-index = <2>;
|