Skip to content

Commit

Permalink
[ sunxi-dev ] updated CPU opp table references in overclock overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
5kft committed Sep 9, 2020
1 parent 49fb655 commit 9a096fc
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -26,7 +26,7 @@ index 000000000..a8079e825
+
+/ {
+ fragment@0 {
+ target = <&cpu0_opp_table>;
+ target = <&cpu_opp_table>;
+
+ __overlay__ {
+ compatible = "operating-points-v2";
Expand Down Expand Up @@ -63,7 +63,7 @@ index 000000000..81fd378b9
+
+/ {
+ fragment@0 {
+ target = <&cpu0_opp_table>;
+ target = <&cpu_opp_table>;
+
+ __overlay__ {
+ compatible = "operating-points-v2";
Expand Down Expand Up @@ -100,7 +100,7 @@ index 000000000..ed0d9ac63
+
+/ {
+ fragment@0 {
+ target = <&cpu0_opp_table>;
+ target = <&cpu_opp_table>;
+
+ __overlay__ {
+ compatible = "operating-points-v2";
Expand Down

0 comments on commit 9a096fc

Please sign in to comment.