303-add-saw_l2-and-sns-into-ipq8064-DT.patch 919 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. qcom,l2 {
  10. @@ -277,17 +278,28 @@
  11. };
  12. saw0: regulator@2089000 {
  13. - compatible = "qcom,saw2";
  14. + compatible = "qcom,saw2", "syscon";
  15. reg = <0x02089000 0x1000>, <0x02009000 0x1000>;
  16. regulator;
  17. };
  18. saw1: regulator@2099000 {
  19. - compatible = "qcom,saw2";
  20. + compatible = "qcom,saw2", "syscon";
  21. reg = <0x02099000 0x1000>, <0x02009000 0x1000>;
  22. regulator;
  23. };
  24. + saw_l2: regulator@02012000 {
  25. + compatible = "qcom,saw2", "syscon";
  26. + reg = <0x02012000 0x1000>;
  27. + regulator;
  28. + };
  29. +
  30. + sic_non_secure: sic-non-secure@12100000 {
  31. + compatible = "syscon";
  32. + reg = <0x12100000 0x10000>;
  33. + };
  34. +
  35. gsbi2: gsbi@12480000 {
  36. compatible = "qcom,gsbi-v1.0.0";
  37. cell-index = <2>;