Advertisement
Guest User

Untitled

a guest
May 26th, 2020
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. diff --git a/arch/arm/boot/dts/exynos5422-odroid-core.dtsi b/arch/arm/boot/dts/exynos5422-odroid-core.dtsi
  2. index 5cf1aed20490..9546752205b0 100644
  3. --- a/arch/arm/boot/dts/exynos5422-odroid-core.dtsi
  4. +++ b/arch/arm/boot/dts/exynos5422-odroid-core.dtsi
  5. @@ -81,13 +81,16 @@
  6.  
  7. bus_fsys_apb_opp_table: opp_table4 {
  8. compatible = "operating-points-v2";
  9. + opp-shared;
  10.  
  11. /* derived from 666MHz CPLL */
  12. opp00 {
  13. - opp-hz = /bits/ 64 <111000000>;
  14. + // opp-hz = /bits/ 64 <111000000>;
  15. + opp-hz = /bits/ 64 <100000000>;
  16. };
  17. opp01 {
  18. - opp-hz = /bits/ 64 <222000000>;
  19. + // opp-hz = /bits/ 64 <222000000>;
  20. + opp-hz = /bits/ 64 <200000000>;
  21. };
  22. };
  23.  
  24. @@ -99,10 +102,12 @@
  25. opp-hz = /bits/ 64 <75000000>;
  26. };
  27. opp01 {
  28. - opp-hz = /bits/ 64 <120000000>;
  29. + // opp-hz = /bits/ 64 <120000000>;
  30. + opp-hz = /bits/ 64 <100000000>;
  31. };
  32. opp02 {
  33. - opp-hz = /bits/ 64 <200000000>;
  34. + // opp-hz = /bits/ 64 <200000000>;
  35. + opp-hz = /bits/ 64 <150000000>;
  36. };
  37. };
  38.  
  39. @@ -412,7 +417,8 @@
  40. };
  41.  
  42. &bus_fsys {
  43. - operating-points-v2 = <&bus_fsys2_opp_table>;
  44. + // operating-points-v2 = <&bus_fsys2_opp_table>;
  45. + operating-points-v2 = <&bus_fsys_apb_opp_table>;
  46. devfreq = <&bus_wcore>;
  47. status = "okay";
  48. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement